# NOT RUN {
# Get entire dataset
# }
# NOT RUN {
df <- get_dataset("EPL_OV")
# }
# NOT RUN {
head(df, 10)
# }
# NOT RUN {
# Apply filter on dimensions "country" and "series"
# }
# NOT RUN {
df <- get_dataset("EPL_OV",
filter = list(c("DEU", "FRA"),
c("EPRC_V1", "EPRC_V2")),
start_time = 2008, end_time = 2010)
# }
# NOT RUN {
head(df, 10)
# }
# NOT RUN {
# Use pre-formatted filter copied from stats.oecd.org
# }
# NOT RUN {
df <- get_dataset("PATS_REGION",
filter = "PCT_A.INVENTORS.BEL+BE10+BE21.TOTAL+BIOTECH+ICT",
start_time = 2008, end_time = 2010, pre_formatted = TRUE)
# }
# NOT RUN {
head(df, 10)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab