I have created a data set that I can view but when attempting to use the function data() an error comes up as- Warning message:
In data(Brates) : data set ‘Brates’ not found
This is my data set:
Brates <- WDI(country = "CA", indicator = c('Birth_Rates' = 'SP.DYN.CBRT.IN','Un_fem' = "SL.UEM.TOTL.FE.NE.ZS",'Lforce_fem'= "SL.TLF.TOTL.FE.IN",
'HSgrad_fem' = "SE.TER.GRAD.ED.FE.ZS"),
start = 2010, end = 2017, extra = FALSE, cache = NULL)
save(Brates, file = "Brates.Rdata")
data(Brates)
System Information:
- RStudio Edition: (Desktop or Server)
- RStudio Version:
- OS Version:
- R Version:
-
sessionInfo():
Referred here from support.rstudio.com