Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcann01 committed Jul 16, 2022
1 parent f36348a commit 9b57c51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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}
{"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}
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b57c51

Please sign in to comment.