diff --git a/docs/articles/Implementation_of_sample_datasets.html b/docs/articles/Implementation_of_sample_datasets.html index b5ca61f..5c40359 100644 --- a/docs/articles/Implementation_of_sample_datasets.html +++ b/docs/articles/Implementation_of_sample_datasets.html @@ -89,16 +89,16 @@

Sample datasets with the correspondenceTables +

This vignette provides information about applying the +correspondenceTables package on the sample datasets included in it.

+

ATTENTION: please set as working directory a folder different than +the folder in which the package has been installed, for instance as +follows:

 library(correspondenceTables)
-knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
 tmp_dir<-tempdir()
 csv_files<-list.files(tmp_dir, pattern = ".csv")
 if (length(csv_files)>0) unlink(csv_files)
-

This vignette provides information about applying the -correspondenceTables package on the sample datasets included in it.

-

ATTENTION: please set as working directory a folder different than -the folder in which the package has been installed.

LOCAL COPIES OF THE SAMPLE DATA

If users wish so, they can make copies of the sample datasets in a local folder of their choice. There are two ways of doing this:

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 25036c8..64ad86c 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.6 pkgdown_sha: ~ articles: Implementation_of_sample_datasets: Implementation_of_sample_datasets.html -last_built: 2022-09-30T09:56Z +last_built: 2022-09-30T10:12Z