Skip to content

Commit

Permalink
chunk option breaks inline code, so removing on this one
Browse files Browse the repository at this point in the history
  • Loading branch information
wdwatkins committed Aug 21, 2018
1 parent 0498e49 commit a32e949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/geoknife.Rmd
Expand Up @@ -23,7 +23,6 @@ library(geoknife)
query <- geoknife::query
`values<-` <- geoknife::`values<-`
id <- geoknife::id
knitr::opts_chunk$set(eval=nzchar(Sys.getenv("geoknife_vignette_eval")))
```

Expand Down Expand Up @@ -306,7 +305,7 @@ length(webdatasets)
load(system.file('extdata', 'webdata_query.RData', package = 'geoknife'))
length(webdatasets)
```
Interogating datasets can be done with by printing for the returned dataset list, which displays the title and the url of each dataset by default (this example truncates the `r length(webdatasets)` datasets to display 5):
Interrogating datasets can be done by printing the returned dataset list, which displays the title and the url of each dataset by default (this example truncates the `r length(webdatasets)` datasets to display 5):
```{r}
webdatasets[61:65]
```
Expand Down

0 comments on commit a32e949

Please sign in to comment.