Procházet zdrojové kódy

Create files we need for this example

shiny-input
Garrick Aden-Buie před 6 roky
rodič
revize
113340074c
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      inst/shiny-input-app/dev-shiny-input.Rmd

+ 1
- 3
inst/shiny-input-app/dev-shiny-input.Rmd Zobrazit soubor

@@ -6,7 +6,7 @@ output: github_document
knitr::opts_chunk$set(eval = FALSE)

github_sha_link <- function(sha) {
glue::glue("![{sha}](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/{sha})")
glue::glue("[{sha}](https://github.com/gadenbuie/js4shiny-frappeCharts/commit/{sha})")
}
```

@@ -23,8 +23,6 @@ to show their speed over time as they type.

## Setup a folder for our app inside the frappeCharts package

`r github_sha_link("63174e128861b0dbc9d77c2e35ad88e1853aa0be")`

Create the directory `inst/shiny-input-app` and add `app.R` and `typing.js`.

```{r}

Načítá se…
Zrušit
Uložit