diff --git a/pkgdown.yml b/pkgdown.yml index c50941e..dc66a6f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: check_functions: check_functions.html create_article: create_article.html format-details: format-details.html -last_built: 2023-10-06T07:12Z +last_built: 2023-10-06T07:14Z urls: reference: https://rjournal.github.io/rjtools/reference article: https://rjournal.github.io/rjtools/articles diff --git a/reference/rjournal_article.html b/reference/rjournal_article.html index 414c521..af0f457 100644 --- a/reference/rjournal_article.html +++ b/reference/rjournal_article.html @@ -80,13 +80,7 @@

R Markdown output formats for R Journal articles

-
rjournal_article(
-  toc = FALSE,
-  self_contained = FALSE,
-  legacy_pdf = FALSE,
-  web_only = !legacy_pdf,
-  ...
-)
+    
rjournal_article(toc = FALSE, self_contained = FALSE, legacy_pdf = FALSE, ...)
 
 rjournal_pdf_article(..., self_contained = FALSE)
 
@@ -94,7 +88,6 @@ 

R Markdown output formats for R Journal articles

toc = FALSE, self_contained = FALSE, legacy_pdf = FALSE, - web_only = !legacy_pdf, ... )
@@ -117,10 +110,6 @@

Arguments

whether an article is from the past and only have pdf version

-
web_only
-

additional param for embedding PDF or using Rmd to produce HTML

- -
...

Arguments passed to distill::distill_article() for web articles, and rticles::rjournal_article() for pdf articles.