set_col_types | R Documentation |
set_col_types
loads the first line of
the data and sets the column type based on the column names.
Chr and Strand are factor and Start and End are integer.
normalised count columns are double (float) and
count columns are integer.
All other columns are set to the type guessed by read_tsv
set_col_types(data_file, readr_func, ...)
data_file |
Name of file to open |
data.frame
data <- standardise_colnames('test_data.tsv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.