Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Latest commit

 

History

History

mepstrends

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mepstrends

This folder contains all components necessary for running the interactive tables on a web server. To run the tables locally (i.e. without an external server), you must run the R codes in the apps folder. Note that links between apps in the navigation bar will not work if running locally.

The home folder contains the index.html file for the main landing page for the MEPS summary tables.

The src folder contains the css, img, and js files read by each web page. AHRQ branding elements are omitted from the published version on GitHub.

The following folders each represent a separate summary table as follows:

  • hc_care: Accessibility and quality of care
  • hc_cond: Medical conditions
  • hc_ins: Health insurance
  • hc_pmed: Prescribed drugs
  • hc_use: Use, expenditures, and population

Each of these folders contains an index.html file (created by RtoHTML.R) and a json folder (created by RtoJSON.R) containing initial javascript variables (init.js), R and SAS codes (code folder) and json data for each selected table (data folder).