diff --git a/.Rproj.user/shared/notebooks/19D3CF1A-README/1/s/chunks.json b/.Rproj.user/shared/notebooks/19D3CF1A-README/1/s/chunks.json index 4396612..9061fbd 100644 --- a/.Rproj.user/shared/notebooks/19D3CF1A-README/1/s/chunks.json +++ b/.Rproj.user/shared/notebooks/19D3CF1A-README/1/s/chunks.json @@ -1 +1 @@ -{"chunk_definitions":[{"row":52,"row_count":1,"visible":true,"expansion_state":0,"options":{"engine":"r","label":"example"},"document_id":"FA584443","chunk_id":"cge3213yswm5w","chunk_label":"example"},{"row":459,"row_count":1,"visible":true,"expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-1"},"document_id":"FA584443","chunk_id":"c81z7l2yzgz1s","chunk_label":"unnamed-chunk-35"},{"row":489,"row_count":1,"visible":true,"expansion_state":0,"options":{"engine":"r","eval":false,"label":"unnamed-chunk-4"},"document_id":"FA584443","chunk_id":"cu1nt9ao92it3","chunk_label":"unnamed-chunk-39"}],"doc_write_time":1658004678} \ No newline at end of file +{"chunk_definitions":[{"row":52,"row_count":1,"visible":true,"expansion_state":0,"options":{"engine":"r","label":"example"},"document_id":"FA584443","chunk_id":"cge3213yswm5w","chunk_label":"example"},{"row":459,"row_count":1,"visible":true,"expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-1"},"document_id":"FA584443","chunk_id":"c81z7l2yzgz1s","chunk_label":"unnamed-chunk-35"},{"row":489,"row_count":1,"visible":true,"expansion_state":0,"options":{"engine":"r","eval":false,"label":"unnamed-chunk-4"},"document_id":"FA584443","chunk_id":"cu1nt9ao92it3","chunk_label":"unnamed-chunk-39"}],"doc_write_time":1658007466} \ No newline at end of file diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index aa2b82f..da38c11 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.1.0 -Date: 2022-07-11 15:56:12 UTC -SHA: 1e263b4798e6f33d5f74293c9713131e43620997 +Version: 0.1.4 +Date: 2022-07-16 21:30:17 UTC +SHA: f36348af8945937e3094bf7e9a671311d0743c9f diff --git a/README.Rmd b/README.Rmd index a09ae62..cc8627c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -477,7 +477,7 @@ As shown in the screenshot above, all rows of the column attributes table now ex There may be times when a column contains values that are sensitive or may be used to identify individual people (e.g., names, addresses, etc.) and the individual values for that column should not appear in the codebook. For example, the study data includes an address column. If we wanted to make the codebook for the study data available to the public, but not the data itself, we may not want the individual addresses to show in the summary statistics portion of the column attributes table as they do by default. -![](man/figures/addresses.png)] +![](man/figures/addresses.png) Of course, we could just drop the address column from the data frame entirely, but it's better to have the codebook acknowledge all of the columns that exist in the data frame. In cases like this, we can pass a character vector of column names to the `no_summary_stats` argument of the `codebook()` function. Doing so will prevent the summary statistics from being added to column attributes table for any column passed to this argument. diff --git a/README.md b/README.md index 555ffbb..e5dea86 100644 --- a/README.md +++ b/README.md @@ -906,7 +906,7 @@ but not the data itself, we may not want the individual addresses to show in the summary statistics portion of the column attributes table as they do by default. -![](man/figures/addresses.png)\] +![](man/figures/addresses.png) Of course, we could just drop the address column from the data frame entirely, but it’s better to have the codebook acknowledge all of the