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)
neuropsychology/neuropsychology.R documentation built on May 23, 2019, 4:27 p.m.