Description Usage Arguments Details Value
extract_one_file
1 | extract_one_file(file_in, delete_source = TRUE)
|
file_in |
The name of an NC file from which to extract |
delete_source |
Boolean indicating whether to delete the file once the extract has completed |
This does little apart from converting the contents of an NC file into a data frame. Note that this object will likely be very large, on the order of more than one million rows.
If a column called 'time' exists in the data frame, it will be renamed 'cds_time'. This column name is expected in the function add_date_time()
.
A tibble (data frame) of the contents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.