Using query() function
covidresearchanalysis opened this issue · 1 comments
covidresearchanalysis commented
When using query() function, an error occurs at Querying historical data ...
the error is as follows. " Error in loadNamespace(name) : there is no package called ‘reshape2’"
Hence can now load res.
please advice,
Thank you
timze216 commented
It prompts that package 'reshape2' needs to be installed.
To install it :
install.packages("reshape2")