Skip to content

Commit

Permalink
Update reference-tidyverse.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Jan 7, 2019
1 parent 751ff2b commit 045a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/siteonly/reference-tidyverse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Let's pull the documenation of all core-tidyverse-packages with __pkgdoc__.
(docs <- reference_package(tidyverse:::core))
```

`reference_package()` and `reference_concept()` include the argument `url` but it only works if all packages are under the GitHub organization and the url is formatted as `https://{organization}.github.io/{package}/`. But we can create arbitrary links easily with `glue::glue()`.
`reference_package()` and `reference_concept()` include the argument `url` but currently it only works if all packages are under the same GitHub organization and the url is formatted as `https://{organization}.github.io/{package}/`. But we can create arbitrary links easily with `glue::glue()`.

```{r}
link_topic <- function(package, topic) {
Expand Down

0 comments on commit 045a5d1

Please sign in to comment.