inst/doc/overview.R

## ---- echo=F, message=FALSE, warning=FALSE------------------------------------
library(knitr)

## ---- out.width=700, echo = FALSE, eval = TRUE, fig.align='center'------------
knitr::include_graphics("images/workflow.PNG")

## ---- eval = FALSE------------------------------------------------------------
#  # This for the stable version:
#  install.packages("psycho")
#  
#  # Or this for the dev version:
#  install.packages("devtools")
#  library(devtools)
#  devtools::install_github("neuropsychology/psycho.R")

## -----------------------------------------------------------------------------
library(psycho)

Try the psycho package in your browser

Any scripts or data that you put into this service are public.

psycho documentation built on Jan. 19, 2021, 9:07 a.m.