Description Usage Arguments Value See Also
View source: R/read_csmar_data.R
read_csmar_data()
reads a data file exported from CSMAR into R. A
wrapper of read_csv
and read_excel
.
1 | read_csmar_data(path, skip = 0, col_names = TRUE, col_types = NULL)
|
path |
Path to a raw data file. |
skip |
Integer. The number of lines of the data file to skip before beginning to read data. Usually 1 for 'Excel Format Create R Data' from CSMAR. |
col_names |
"Chinese" to use chinese column names from the external txt description file.
Otherwise the same with |
col_types |
The same with |
A tibble.
read_csv
and read_excel
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.