Description Usage Arguments Examples
Produces a standardized raw output of a read excel file. It wont standardize column names, but it will ensure that data blocks are good. Gets called from datasheet parsers (read_hourly, read_neuston, etc.) Shouldn't ever need to call this directly, but could do to quick-check data
1 2 | read_datasheet(filein, sheet = 1, n_max = 100,
range = readxl::cell_cols(1:100), ...)
|
filein |
xls file input |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.