Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


COVID19 (version 2.0.3)

add_src: Add Data Source

Description

Add data source to the file inst/extdata/src.csv

Usage

add_src(...)

Arguments

...

named arguments corresponding to the columns of the src.csv file.

Value

data.frame.

Examples

Run this code
# NOT RUN {
 x <- add_src(
  iso_alpha_3 = "USA", 
  administrative_area_level = 1, 
  data_type = "confirmed", 
  url = "https://example.com", 
  title = "New Data Source", 
  year = 2020)
  
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab