Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Error:
Quitting from lines 52-58 (mapping_summary.Rmd)
Error in load_mapping(scale = "ltla", source = "link") :
  could not find function "load_mapping"
  • Loading branch information
sophiemeakin committed Sep 22, 2022
1 parent 0f25710 commit 859e744
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export("%>%")
export(download_trust_data)
export(get_admissions)
export(get_names)
export(load_mapping)
export(map_admissions)
export(summarise_mapping)
import(sf)
Expand Down
5 changes: 2 additions & 3 deletions man/get_admissions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/get_names.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/load_mapping.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/summarise_mapping.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vignettes/mapping_summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ These mappings can be used to estimate COVID-19 hospital admissions at the local

Install the package from GitHub:

```{r, echo = TRUE}
```{r, echo = TRUE, eval = FALSE}
devtools::install_github("epiforecasts/covid19.nhs.data")
```

and load the library:

```{r package, echo = TRUE, eval = TRUE}
library(covid19.nhs.data)
library(kableExtra)
```

## Access the mappings
Expand Down

0 comments on commit 859e744

Please sign in to comment.