diff --git a/404.html b/404.html index a2ed304..b658e3a 100644 --- a/404.html +++ b/404.html @@ -20,7 +20,7 @@ saros.base - 0.2.5 + 0.2.9 + + + + + +
+
+
+ +
+

Removes entries in sidebar if containing a filename regex pattern.

+
+ +
+

Usage

+
remove_entry_from_sidebar(
+  path = "_site",
+  filename_as_regex = c("report\\.pdf", "report\\.docx")
+)
+
+ +
+

Arguments

+ + +
path
+

String, path to where your html-files are located. Defaults to "_site"

+ + +
filename_as_regex
+

Character vector of regex patterns to search for. Defaults to c("report\.pdf", "report\.docx")

+ +
+
+

Value

+

Invisibly returns files processed

+
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/reference/render_full_reports.html b/reference/render_full_reports.html index 3c35ebc..acd863c 100644 --- a/reference/render_full_reports.html +++ b/reference/render_full_reports.html @@ -19,7 +19,7 @@ saros.base - 0.2.5 + 0.2.9 + + + + + +
+
+
+ +
+

Simply create qmd-files for mesos reports

+
+ +
+

Usage

+
setup_mesos(
+  files_to_process,
+  mesos_var,
+  mesos_groups,
+  main_files = c("index", "report"),
+  read_syntax_pattern = "qs::qread\\('",
+  read_syntax_replacement = "qs::qread('../",
+  qmd_regex = "\\.qmd"
+)
+
+ +
+

Arguments

+ + +
files_to_process
+

Character vector of files used as templates for the mesos stubs.

+ + +
mesos_var
+

String, variable used during rendering with saros::makeme() to obtain the column in the dataset which it will filter on.

+ + +
mesos_groups
+

Character vector for which stub-qmd files will be made

+ + +
main_files
+

Character vector of files for which titles should be set as the mesos_group. Optional but recommended.

+ + +
read_syntax_pattern, read_syntax_replacement
+

Optional strings, any regex pattern to search and replace in the qmd-files. If NULL, will ignore it.

+ + +
qmd_regex
+

String. Experimental feature for allowing Rmarkdown, not yet tested.

+ +
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/reference/write_default_draft_report_args.html b/reference/write_default_draft_report_args.html index ec6efec..781564b 100644 --- a/reference/write_default_draft_report_args.html +++ b/reference/write_default_draft_report_args.html @@ -7,7 +7,7 @@ saros.base - 0.2.5 + 0.2.9