Unserialize TOML to R objects
Arguments
- file
Path of a file to parse. Use either
fileortext, but not both.- text
String to parse. Use either
fileortext, but not both.- ranges
Can be used to parse part(s) of the input. It must be a data frame with integer columns
start_row,start_col,end_row,end_col,start_byte,end_byte, in this order.- options
Named list of parsing options, see tstoml options.