tests/testthat/test-cortable.R

install.packages("devtools")
library("devtools")
install_github("neuropsychology/neuropsychology.R", dependencies=TRUE)
library(neuropsychology)

table <- cortable(personality)
write.csv2(table, "table.csv")
ggsave("cortable_plot.png", cortable(df, returns="plot"), dpi=600,
       scale=1.2)

Try the neuropsychology package in your browser

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

neuropsychology documentation built on May 2, 2019, 2:13 p.m.