Convert B3 files to structured formats based on the template.
Examples
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")
} # }
Convert B3 files to structured formats based on the template.
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")
} # }