clean_names: Function to clean individual asset OHLC data.

Description Usage Arguments

Description

Function to clean individual asset OHLC data. Changes column names, and provides option to use adjusted data column to weight OHLC prices. Silently drops all columns except for OHLC and Member (if Member=TRUE).

Usage

1
2
clean_names(symbolList, totalReturn = FALSE, Member = FALSE, ind = NULL,
  envir = globalenv())

Arguments

symbolList

List of symbols loaded into the environment.

totalReturn

If TRUE, will look for column of form "total_return", and will use for adjustment.

Member

If TRUE, will preserve membership column.


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