powered by
Convert B3 files to structured formats based on the template.
convert_to( filename, template = NULL, parse_fields = TRUE, format = "csv", destdir = NULL )
a string with the file path of generated file.
a string containing a path for the file.
a string with the template name.
a logical indicating if the fields must be parsed.
output format
a string with destination directory to save converted file
read_marketdata
if (FALSE) { f <- system.file("extdata/Indic.txt", package = "rb3") res <- convert_to(f, output_format = "csv") res <- convert_to(f, output_format = "json") }
Run the code above in your browser using DataLab