Hi
I get the "Error function not found error" as below even though I used rstudio intellisense to type it. I have reinstalled and loaded rstudioapi and sos.
So the function is there but rstudio refuses to admit it:
lsf.str("package:rstudioapi")
addTheme : function (themePath, apply = FALSE, force = FALSE, globally = FALSE)
applyTheme : function (name)
but:
rstudioapi::applyTheme("Xcode")
Error: Function applyTheme not found in RStudio
findFn("applyTheme")
found 8 matches
Seems strange that it says not found in RStudio when I asked it to look in rstudioapi?
Any help please?