We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7b313 commit c31d721Copy full SHA for c31d721
vignettes/intro_htmlwidgets.Rmd
@@ -57,6 +57,9 @@ To create a new widget you can call `scaffoldReactWidget` to generate the basic
57
The following R code will create a package and add the `react-sparklines` dependency:
58
59
```{r eval = FALSE}
60
+# Set the current working directory to your home directory. The new widget will
61
+# be created in ~/reactSparklines
62
+setwd("~")
63
# Create a directory 'reactSparklines' and populate it with skeletal package
64
# If run within RStudio, this will create a new RStudio session
65
usethis::create_package("reactSparklines")
0 commit comments