View source: R/read_exchange_data.R
read_exchange_data | R Documentation |
Read data from exchange data
read_exchange_data(
control,
delete_errors = FALSE,
allow_alias_names = FALSE,
keep_just_mandatory_fields = FALSE,
fileEncoding = ""
)
control |
Options STOMcontrol-class) for dplyr::selecting and collating stomach data. |
delete_errors |
Logical for deleting records with errors. if FALSE, the function will stop at the first error found, if TRUE records with errors will be deleted, but the function continues if possible. |
allow_alias_names |
Logical for using alias field names as specified in the stomach_format |
keep_just_mandatory_fields |
Logical for just keeping mandatory field names as specified in the stomach_format |
fileEncoding |
character string: if non-empty declares the encoding used on a file so the character data can be re-encoded. |
Stomach data of class STOMobs.
## Not run: read_exchange_data(control, fileEncoding = "latin1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.