readxts2: Function to read csv files as xts objects.

Description Usage Arguments Value

Description

Function to read csv files as xts objects.

Usage

1
readxts2(dir, fname, index.col = "Date", daterange = NULL, delim = ",")

Arguments

dir

The directory in which the required file is stored (string)

fname

name of file to be loaded (string)

index.col

Column name to be referenced for ordering xts object (string). Must be coercible to POSIXct.

daterange

The date range of resulting xts to be loaded (string).

Value

An xts object.


T-Marty/trademartyr documentation built on May 31, 2019, 5:10 p.m.