brad-cannell / codebookr

Create Codebooks From Data Frames
https://brad-cannell.github.io/codebookr/
Other
26 stars 7 forks source link

Create a vignette about working with multiple data frames #33

Open mbcann01 opened 2 years ago

mbcann01 commented 2 years ago

Overview

With L2C I have multiple data frames and need to figure out when the best time to add certain attributes is.

For each data frame, I want to add:

  1. The source data frame.
  2. The questionnaire it comes from.
  3. Description.
  4. Accumulate the results.

We may also want to consider calculated columns, like we had for the arrest data in L2C. How do we designate a column that isn't contained in another data frame, but is calculated from columns that are contained in another data frame?

Left off at

Do these first because this vignette will/may build on them and/or because the are quick housekeeping things that need to be knocked out: #25, #37, #38

Working on the vignette. You may actually want to add this to README first. Later, you can break the README up into vignettes if you want.

Task list