df_to_xts: Converting Data Frame to xts

View source: R/utils.R

df_to_xtsR Documentation

Converting Data Frame to xts

Description

Converting Data Frame to xts

Usage

df_to_xts(x)

Arguments

x

Data Frame to be converted to xts object

Value

returns an xts object

Examples

df <- get_company_records("2020-01-01", "2020-12-31", 2222)
df_to_xts(df)

Hussain-Alsalman/tasi documentation built on Sept. 7, 2024, 1:17 p.m.