Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 690 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 690 Bytes

Personal R package - chewr

My personal R package. Contains various functions for my daily data and statistics work.

Package descriptions

  • Redcap - Stuff related to pulling down redcap data using the redcap native API.
  • Labka - Read and tidy raw data exported from Labka.
  • Mesoscale - Various functions related to reading and handling mesoscale data.
  • Graphs - Various custom ggplot style themes and geoms.
  • Automatic analyses - Various functions that automatically performed preset analyses.

Installation

# If you do not have the devtools package installed run:
install.packages("devtools")

# Install chewr package
devtools::install_github("andersaskeland/chewr")