Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make HTML codebook #5

Open
2 tasks
mbcann01 opened this issue May 4, 2022 · 1 comment
Open
2 tasks

Make HTML codebook #5

mbcann01 opened this issue May 4, 2022 · 1 comment
Labels
enhancement New feature or functionality

Comments

@mbcann01
Copy link
Member

mbcann01 commented May 4, 2022

Currently, codebook uses the flextable package to create codebooks as a Word document. I would like to add the option of creating codebooks as HTML documents that can be hosted on, for example, GitHub pages.

  • Wrap the current codebook() code inside a new function codebook_word(). Keep in in codebook.R. Create a new function codebook_html() also written in codebook.R. All the codebook function does is choose one of those two function.
  • Set version to 0.3.0
@mbcann01 mbcann01 added the enhancement New feature or functionality label May 4, 2022
@mbcann01 mbcann01 mentioned this issue Jul 8, 2022
6 tasks
edambo added a commit to edambo/codebookr that referenced this issue Jun 27, 2024
brad-cannell#5
If this commit is implemented, the codebook function will undergo the following changes:
- The function will have the ability to produce an html version of the codebook.
- The code will be updated to allow the creation of custom summary stats tables based on user-defined functions.
- The code will be updated to no longer allow the creation of custom summary stats tables based on list of arbitrary tables.
- The maggitr pipe will be replaced by the base r pipe.
@edambo
Copy link

edambo commented Jun 28, 2024

I've updated the codebook function and created the functions codebook_word and codebook_html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or functionality
Projects
Status: Active Development
Development

No branches or pull requests

2 participants