View source: R/nexrad_station_file.R
nexrad_station_file | R Documentation |
Retrieves and sets the path of the RSL nexrad location file
nexrad_station_file(file)
file |
A string containing the path of a location file. Do not specify to retrieve path of current location file. |
The RSL library stores the locations and names of NEXRAD stations in a fixed-width text file. This function retrieves the path of the location file, and allows one to set the path to a different location file.
The path of the nexrad location file
# return current location file
nexrad_station_file()
# store nexrad station file path
file_path <- nexrad_station_file()
# set station location file
nexrad_station_file(file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.