write.KDB: Write KDB data frame to text file

Description Usage Arguments Examples

Description

This function takes a KDB structured data frame in R and writes the data to a flat file.

Usage

1
write.KDB(file_loc, df = KDB)

Arguments

file_loc

Specify the text file to be written. Defaults should be ~/Documents/GitHub/KDB/KDB.txt but will leave this unspecified so the main file does not accidently get overwritten.

df

Name of the KDB data frame, assumed to be KDB unless specified.

Examples

1
write.KDB(file_loc = "~/Documents/GitHub/KDB/KDB.txt")

fauxneticien/anamR documentation built on May 16, 2019, 10:12 a.m.