Skip to content

lshreyas/ehR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ehR

Install

library("devtools")  
install_github("claramarquardt/ehR",dependencies = TRUE)    
library(ehR)

Documentation

  • See function_overview.csv for an overview of all the functions (and data sets) included in the package

Datasets
The package contains the following data sets:

Note

library(devtools)  
install_github("hadley/devtools")

Development

# 1. Clone the repo
git clone https://github.com/ClaraMarquardt/ehR.git

# 2. Create a new branch
git checkout -b [branch name]

# 3. Push all changes to the branch (assuming all changes have been committed)
git push origin [branch name]

# 4. Test by installing from the branch
library(devtools)
install_git("git://github.com/ClaraMarquardt/ehR.git", branch = "[branch name])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages