Import nif object from connection
Usage
import_from_connection(
connection,
...,
format = NULL,
delimiter = ",",
no_numeric = c("USUBJID", "STUDYID"),
silent = NULL
)
Arguments
- connection
The connection to read from.
- ...
Renaming terms as function.
- format
The input data format, can be 'csv' or 'fixed_width', or NULL (default) to automatically determine the format.
- delimiter
Delimiter character.
- no_numeric
Fields that will not be converted to numeric.
- silent
Suppress message output, as logical.