Description Usage Arguments Value Examples
Read in data set which is seperated with multi-byte symbol. This function creates workaround for data.table::fread function by replacing multi-byte symbol with single-byte symbol and then uses built-in functions.
1 |
filepath |
character string. Desciption to connection object |
sep |
string. Description of multi-byte seperator. Single-byte seperator also can be used. |
sbyte_sep |
string. Single byte seperator that will be used to replace multi-byte seperator. Default is \t. |
header |
logical. Does data contain header. |
data.frame of read in data set
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.