Description Usage Arguments Details Value See Also Examples
Parse Station name, identification code and UF from Excel file name
1  | metadata_ffilename(file.name)
 | 
file.name | 
 A character vector of one or more file paths.  | 
metadata_ffilename() get metadata from file name. It is
usefull to compare with metadata obtained from the header in Excel file
a data frame with columns:
uf, Federative Unit
name, station name
id, station identification code
Other metadata functions: metadata_join,
metadata_parse
1 2 3 4 5 6 7  | ## Not run: 
if(interactive()){
 fname <- "dvd_xls_files/NORTE_2017/AM_2017/__AM_A134_S._G._DA_CACHOEIRA_.xls.xls"
 metadata_ffilename(fname)
 }
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.