read_binary | R Documentation |
Reads a binary weather file
read_binary(file_path, num_vars = 8, hist, id = NULL)
file_path |
path to file location |
num_vars |
number of variables in data set either 8 or 4 (default 8) |
hist |
boolean representing time frame of data TRUE for historical FALSE for future if missing hist will be detected in file path |
id |
Either a string or 'NULL'. If a string, the output will contain a variable with that name with the filename(s) as the value. If 'NULL', the default, no variable will be created. |
a data frame with date and either 4 or 8 environmental variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.