From a32e949eb2bfa8d645646a3092af23a443685583 Mon Sep 17 00:00:00 2001 From: wdwatkins Date: Tue, 21 Aug 2018 13:34:25 -0500 Subject: [PATCH] chunk option breaks inline code, so removing on this one --- vignettes/geoknife.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vignettes/geoknife.Rmd b/vignettes/geoknife.Rmd index 3074e90..0aead46 100644 --- a/vignettes/geoknife.Rmd +++ b/vignettes/geoknife.Rmd @@ -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"))) ``` @@ -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] ```