Skip to content

Rare-Technology/HHS_Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Household Survey (HHS) Dashboard

The HHS Dashboard is an R package called { rarehhs }

To install for development

  1. Make sure you have { devtools } installed
  2. Use git to pull the repository
  3. In RStudio you can use CMD-SHIFT-L or devtools::load_all() to load the package
  4. Then use run_app() to launch the app (note, do not use runApp() use run_app())

To install for use

Since this is a private repository, the user will need an auth_token from https://github.com/settings/tokens.

remotes::install_github("Rare-Technology/HHS_Dashboard", auth_token = '')

https://portal.rare.org/en/tools-and-data/household-survey-data/

Note on original app version

The original app created by Abel is in an unrelated branch called abels_original_app