Skip to content

hochwagenlab/hwglabr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status

hwglabr

Hochwagen lab R package

Compilation of functions used frequently by Hochwagen lab members.

Installation

You can install the package directly from the source code on GitHub. For that you will need Hadley Wickham's devtools R package:

install.packages("devtools")

Once you have devtools you can install and load hwglabr:

devtools::install_github("hochwagenlab/hwglabr")
library(hwglabr)

Documentation

Use the package GitHub repo and the documentation website. Function documentation is accessible within R in the standard way, by typing one of the following:

help("function_name")

?function_name

You can also get the list of included functions directly within R using one of the following:

ls("package:hwglabr")   # List function names

lsf.str("package:hwglabr")   # List function names and their arguments

Releases

No releases published

Packages

No packages published

Languages