powered by
A method to change RAthena backend file parser.
RAthena_options(file_parser = c("data.table", "vroom"))
Method to read and write tables to Athena, currently defaults to data.table
RAthena_options() returns NULL, invisibly.
RAthena_options()
NULL
# NOT RUN { library(RAthena) # change file parser from default data.table to vroom RAthena_options("vroom") # }
Run the code above in your browser using DataLab