# \donttest{
covid.svy <- get_covid(year=2020, month=5, vars=c("C001","C002"),
labels=TRUE, deflator=TRUE, design=TRUE,
reload=TRUE, curlopts=list(), savedir=tempdir())
# Calculating proportion of people temporarily away from work
if (!is.null(covid.svy)) survey::svymean(x=~C002, design=covid.svy, na.rm=TRUE)# }
Run the code above in your browser using DataLab