Learn R Programming

COVID19 (version 2.0.3)

extdata: External Data

Description

Read files in the inst/extdata/ folder.

Usage

extdata(...)

Arguments

...

path to file

Value

data.frame

Examples

Run this code
# NOT RUN {
# read file inst/extdata/db/ISO.csv
x <- extdata("db","ISO.csv")

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab