qcMWRreview(res =resdat, acc =accdat, frecom =frecomdat, warn =FALSE, output_dir =tempdir())
-#> Report created successfully! File located at /tmp/RtmprGIIco/qcreview.docx
+#> Report created successfully! File located at /tmp/RtmpB83man/qcreview.docx
As a convenience, the input files can also be passed to the
qcMWRreview() function as a named list using the
fset argument. This eliminates the need to individually
@@ -243,281 +243,281 @@
tabMWRwqx(res =resdat, acc =accdat, sit =sitdat, wqx =wqxdat, output_dir =tempdir())
-#> Excel workbook created successfully! File located at /tmp/Rtmp5OAYau/wqxtab.xlsx
+#> Excel workbook created successfully! File located at /tmp/RtmpIHxi8B/wqxtab.xlsx
As a convenience, the input files can also be passed to the
tabMWRwqx() function as a named list using the
fset argument. This eliminates the need to individually
@@ -197,7 +197,8 @@
Generating output for WQX wqx =wqxdat)
-tabMWRwqx(fset =fsetls, output_dir =tempdir())
+tabMWRwqx(fset =fsetls, output_dir =tempdir())
+#> Excel workbook created successfully! File located at /tmp/RtmpIHxi8B/wqxtab.xlsx
The name of the output file can also be changed using the
output_file argument, the default being
wqxtab.xlsx. Warnings can also be turned off or on
diff --git a/pkgdown.yml b/pkgdown.yml
index 9abf021a..2d6bf7ec 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -11,7 +11,7 @@ articles:
qcoverview: qcoverview.html
utility: utility.html
wqx: wqx.html
-last_built: 2024-11-30T18:40Z
+last_built: 2024-11-30T18:52Z
urls:
reference: https://massbays-tech.github.io/MassWateR/reference
article: https://massbays-tech.github.io/MassWateR/articles
diff --git a/reference/anlzMWRoutlierall.html b/reference/anlzMWRoutlierall.html
index ddd2ce32..530acc39 100644
--- a/reference/anlzMWRoutlierall.html
+++ b/reference/anlzMWRoutlierall.html
@@ -230,15 +230,15 @@
Examples# \donttest{# create word outputanlzMWRoutlierall(resdat, accdat, group ='month', format ='word', output_dir =tempdir())
-#> Word document created successfully! File located at /tmp/RtmpxN8Cqq/outlierall.docx
+#> Word document created successfully! File located at /tmp/RtmpbZXHwd/outlierall.docx# create png outputanlzMWRoutlierall(resdat, accdat, group ='month', format ='png', output_dir =tempdir())
-#> PNG files created successfully! Files located at /tmp/RtmpxN8Cqq
+#> PNG files created successfully! Files located at /tmp/RtmpbZXHwd# create zipped png outputanlzMWRoutlierall(resdat, accdat, group ='month', format ='zip', output_dir =tempdir())
-#> PNG files created successfully! Zipped files located at /tmp/RtmpxN8Cqq
+#> PNG files created successfully! Zipped files located at /tmp/RtmpbZXHwd# }
diff --git a/reference/qcMWRreview.html b/reference/qcMWRreview.html
index 0e3f687b..f7eacbdf 100644
--- a/reference/qcMWRreview.html
+++ b/reference/qcMWRreview.html
@@ -197,7 +197,7 @@
Examples# \donttest{# create reportqcMWRreview(res =resdat, acc =accdat, frecom =frecomdat, output_dir =tempdir())
-#> Report created successfully! File located at /tmp/RtmpxN8Cqq/qcreview.docx
+#> Report created successfully! File located at /tmp/RtmpbZXHwd/qcreview.docx# }
diff --git a/reference/readMWRresultsview.html b/reference/readMWRresultsview.html
index 1cd97562..3c1c0b49 100644
--- a/reference/readMWRresultsview.html
+++ b/reference/readMWRresultsview.html
@@ -100,12 +100,12 @@
Examples# all columnsreadMWRresultsview(respth, output_dir =tempdir())
-#> csv created successfully! File located at /tmp/RtmpxN8Cqq/resultsview.csv
+#> csv created successfully! File located at /tmp/RtmpbZXHwd/resultsview.csv# parameters and unitsreadMWRresultsview(respth, columns =c('Characteristic Name', 'Result Unit'), output_dir =tempdir())
-#> csv created successfully! File located at /tmp/RtmpxN8Cqq/resultsview.csv
+#> csv created successfully! File located at /tmp/RtmpbZXHwd/resultsview.csv