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.
read_marketdata
if (FALSE) { # \dontrun{
f <- system.file("extdata/Indic.txt", package = "rb3")
res <- convert_to(f, output_format = "csv")
res <- convert_to(f, output_format = "json")
} # }