Skip to content

Repo with a collection of custom functions that eases codebook and data cleaning accross Hope Home repos.

Notifications You must be signed in to change notification settings

ucsf-bhhi/hope_home_tools

Repository files navigation

README

This repo contains the source function to generate clean codebooks from REDCap for Hope Home projects.

Installation

Make sure you have devtools, credentials and remotes already installed and loaded. Also be sure to be active on the UCSF VPN.

  • install.packages("devtools")
  • install.packages("credentials")
  • install.packages("remotes"
  • library(devtools)
  • library(credentials)
  • library(remotes)

Steps are commented out below beneath its description.

#set config
# usethis::use_git_config(user.name = "YourName", user.email = "your@mail.com")

#Go to github page to generate token
# usethis::create_github_token() 

#paste your PAT into pop-up that follows...
# credentials::set_github_pat()

#now remotes::install_github() will work
# remotes::install_github("https://github.com/ucsf-bhhi/hope_home_tools")

About

Repo with a collection of custom functions that eases codebook and data cleaning accross Hope Home repos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages