robust_fread | R Documentation |
fread should be able to auto detect CSV seperator, this function makes sure it does so always
robust_fread(fpfn, header = "auto", skip = 0)
fpfn |
filepath to csv file |
header |
TRUE/FALSE to identify if your file has a header |
skip |
integer amount of rows to skip |
csv file contents as data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.