PI: add contact info if the repo is private.
Code Authors:
Description: Follow the name with a brief description of what the project does. Say the source of the data. If the data is public add reference here.
Notes: The progress notes are here dated_progress_notes.md.
Include the packages needed. Consider using either remotes
or pak
install.packages("remotes")
remotes::install_cran(
c("conflicted", "tidyverse", "tidymodels", "knitr", "tidyREDCap")
)
# remotes::install_github()
The names of each raw file with a brief descriptions
file_name
: what the is file
path
: what goes in the directory
Run these file in order from raw processing to publication.
1. 2. 3.
Data: Include enough information to trace the data to its origin. This may be URLs or emails (with who sent it and who received it on what date).
Preprocessing/Anonymization: If the project began with confidential data, include the paths to the code that processed the sensitive data here.
Miscellaneous: Things like .ccs, .csl, .bib, .js, .sass files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.