codebook
codebook copied to clipboard
Cook rmarkdown codebooks from metadata on R data frames
First use of the package, installed it and ran the codebook() function (on an SPSS imported dataset) and got the following error: > Error in loadNamespace(name) : there is no...
`codebook()` was failing with the `Error: Argument 1 must have names` for `bind_rows()`. After some investigation, I found that the error is caused by my anonymous function in `aggregate_and_document_scale()` I...
Hello, I would like to edit the table resulting from running codebook to leave out some columns (for example "history", "whitespace", etc.) Is there any way to do this within...
Hi, thank you for the very helpful package! Unfortunately, there seems to be an issue with the labelled_spss class (with "labelled" version 2.8.0), which is problematic for the use of...
When trying to release tibble to CRAN, I received the following change to worse with the codebook package that could be related to one of the changes (now using `pillar::dim_desc()`...
Hello, Thanks for this package. I'm having some difficulty with the way the `plot_labelled` is rendering plots interactively vs. within the codebook function. Hopefully I can include enough info below...
Is there an easy way to generate the codebook using the addin (which works really nicely) and save it as a PDF, Word, Excel/CSV right from the viewer?
Thank you for this wonderful package! I am trying to use value labels for a character vector within a codebook. I expect the labels to appear in the codebook under...
When adding the meta data field 'affiliation' for a creator, the codebook contains a blank space after the affiliation type (e.g., 'Organization' as in https://rubenarslan.github.io/codebook/articles/codebook.html) and before the comma that...
As per the tutorial (https://rubenarslan.github.io/codebook/articles/codebook_tutorial.html#metadata-about-the-entire-dataset-1) I have added the meta data field "funder", but when knitting the codebook this field is labelled as "x" in the machine readable json meta...