Hi I'm new to rCharts and could definitely use some help. I'm getting the error below when I try to run the following.
Code:
dTable(airquality, sPaginationType = "full_numbers")
Error:
Error in as.character(tools:::httpdPort) :
cannot coerce type 'closure' to vector of type 'character'
Also when I try ?dTable I get the message:
No documentation for ‘dTable’ in specified packages and libraries:
you could try ‘??dTable’
I installed rCharts and devtools using:
install.packages("devtools")
and
install.packages("base64enc")
devtools::install_github("ramnathv/rCharts")
then I called both libraries using library(devtools) and library(rCharts).
Any tips greatly appreciated.