We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reactRouterExample()
1 parent d790796 commit adf3c00Copy full SHA for adf3c00
2 files changed
README.Rmd
@@ -50,7 +50,7 @@ install.packages("reactRouter")
50
51
Get started with a showcase example:
52
53
-```{r}
+```r
54
# print all examples available: reactRouterExample()
55
reactRouterExample("basic")
56
```
README.md
@@ -42,7 +42,14 @@ HashRouter(
42
install.packages("reactRouter")
43
44
45
-### More tutorials
+### Example
46
+
47
+Get started with a showcase example:
48
49
+``` r
+# print all examples available: reactRouterExample()
+reactRouterExample("basic")
+```
Read the vignette
[here](https://felixluginbuhl.com/reactRouter/articles/introduction.html)
0 commit comments