View source: R/ImportData_hdf5.R
bdImportData_hdf5 | R Documentation |
This function download data from an url and decompress data (if needed), then imports the file to hdf5 data file
bdImportData_hdf5( inFile, destFile, destGroup, destDataset, header = TRUE, rownames = FALSE, overwrite = FALSE, sep = NULL )
inFile |
string file name or url with data to import |
destFile |
file name and path to store imported data |
destGroup |
group name to store the dataset |
destDataset |
dataset name to store the input file in hdf5 |
header |
(optional) either a logical value indicating whether the column names of x are to be written along with x, or a character vector of column names to be written. See the section on ‘CSV files’ for the meaning of col.names = NA. |
rownames |
(optional) either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written. |
overwrite |
(optional) either a logical value indicating whether the output file can be overwritten or not. |
sep |
(optional), by default = "\t". The field separator string. Values within each row of x are separated by this string. |
none value returned, data are stored in a dataset inside an hdf5 data file.
print ("Example in vignette")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.