Learn R Programming

RAthena (version 1.7.0)

RAthena_options: A method to change RAthena backend file parser.

Description

A method to change RAthena backend file parser.

Usage

RAthena_options(file_parser = c("data.table", "vroom"))

Arguments

file_parser

Method to read and write tables to Athena, currently defaults to data.table

Value

RAthena_options() returns NULL, invisibly.

Examples

Run this code
# 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