Skip to content

Commit

Permalink
Merge pull request #148 from mortie23/patch-1
Browse files Browse the repository at this point in the history
Update shiny-intro.Rmd
  • Loading branch information
DivadNojnarg authored Dec 21, 2024
2 parents 8fe7429 + f16fcaf commit 61c99b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shiny-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ There are two situations:
- __Export__ data from a R structure and convert it into JSON, for later use in another language,
for instance JS.

The most commonly utilized R package is `{jsonlite}` [@R-jsonlite], which allows reading JSON with `fronJSON` and exporting to JSON with
The most commonly utilized R package is `{jsonlite}` [@R-jsonlite], which allows reading JSON with `fromJSON` and exporting to JSON with
`toJSON`. Let's try to read the above defined JSON:

```{r}
Expand Down Expand Up @@ -721,4 +721,4 @@ shinyApp(ui, server)
-->


It lets you imagine how many messages are exchanged for more complex apps.
It lets you imagine how many messages are exchanged for more complex apps.

0 comments on commit 61c99b3

Please sign in to comment.