View source: R/DataConversionFunctions.R
Given a file name reads the data into column data frame
1 2 3 4 5 6 7 | FileColumnsIngest(
fname,
sep = "\t",
expectedColumns = 3,
header = TRUE,
apply.iconv = TRUE
)
|
fname |
filename assumed with suffix "TSV" |
sep |
separator |
header |
a logical value indicating whether the file contains the names of the variables as its first line |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.