You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying the example code after installing manipulateWidget from GitHub.
This code fails because the example dataset is not found, where can I find it?
library(manipulateWidget)
library(dplyr)
library(ggplot2)
library(plotly)
data("worldEnergyUse")
> data("worldEnergyUse")
Warning message:
In data("worldEnergyUse") : data set ‘worldEnergyUse’ not found
> worldEnergyUse
Error: object 'worldEnergyUse' not found
I am trying the example code after installing
manipulateWidget
from GitHub.This code fails because the example dataset is not found, where can I find it?
session info:
The text was updated successfully, but these errors were encountered: