extract_metadata | R Documentation |
Import metadata from streamflow stations of ONS
extract_metadata(file, informative = FALSE)
file |
Character. Path to ascii data file (or a URL). |
informative |
Logical. Drop non-informative variables. Default: FALSE |
The text file contains data and metadata from ONS Hydroelectric Plants. Metadata is extracted from the first 15 lines of the ascii file. The information for each HPP is stored in pairs of columns. The first column is the name of the variables and the second the values of the variables. The data is processed in tidy format.
a tibble with tidy data.
The metadata 87 hydroelectric power plants operated by ONS were supplied by Saul Aires (ANA's Specialist in Water Resources) by Prof. Carlos Lima (UnB), by email on 2020-03-17.
if(TRUE){ qnat_meta <- extract_metadata(NA_character_, informative = TRUE) str(qnat_meta) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.