Skip to content

Commit

Permalink
Merge pull request #34 from Big-Life-Lab/rec_with_table
Browse files Browse the repository at this point in the history
Rec with table
  • Loading branch information
reikookamoto authored Nov 2, 2023
2 parents ab0254e + f7352ed commit 04bcea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/variable_details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ kable(variable_details[c(7:13), c(1:8)])
kable(variable_details[c(7:13), c(1:9)])
```

10. **catLabelLong:** more detailed label describing the category of a particular variable. This label should be identical to what is recorded in the original data's documentation (e.g., the exact survey question). For derived variables, you can create your own long label.
10. **catLabelLong:** more detailed label describing the category of a particular variable. If the category is unchanged from original data, this label should be identical to what is recorded in the original data's documentation (e.g., the exact survey question). For derived variables, you can create your own long label.

```{r, echo=FALSE, warning=FALSE}
kable(variable_details[c(7:13), c(1:10)])
Expand Down

0 comments on commit 04bcea0

Please sign in to comment.