Skip to content

Commit

Permalink
Update to vignette.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Nov 17, 2022
1 parent d87cf49 commit 9761c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/intro-poped.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To get started you need to define

There are a number of functions to help you with these tasks. See `?poped` for more information.

Below is an example to introduce the package. This example and several other examples, are available as r-scripts in the "examples" folder in the
Below is an example to introduce the package. Several other examples are available as r-scripts in the "examples" folder in the
PopED installation directory located at:


Expand All @@ -57,7 +57,7 @@ ex_dir <- system.file("examples", package="PopED")
list.files(ex_dir)
```

You can then open one of the examples (for example, `ex.1.a.PK.1.comp.oral.md.intro.R`, the code found in this vignette) using the following code
You can then open one of the examples (for example, `ex.1.a.PK.1.comp.oral.md.intro.R`, is very similar to the code found in this vignette) using the following code
```{r,eval=FALSE}
file_name <- "ex.1.a.PK.1.comp.oral.md.intro.R"
ex_file <- system.file("examples",file_name,package="PopED")
Expand Down

0 comments on commit 9761c27

Please sign in to comment.