Learn R Programming

Rnightlights (version 0.1.2)

saveCtryNlData: Save a data frame of a country's data to the appropriate location

Description

Saves the data frame created from processNlCountry* to the appropriate location. Note: This function does not perform any validation error checking and will overwrite existing data. Use with caution.

Usage

saveCtryNlData(ctryNlDataDF, ctryCode)

Arguments

ctryNlDataDF

dataframe with the country data to save

ctryCode

the ctryCode to which the data belongs

Value

None

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
saveCtryNlData(ctryNlDataDF, ctryCode)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab