Skip to content

miscellaneous functions to conduct projects in LeeLab

Notifications You must be signed in to change notification settings

joc19008/slmisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slmisc

miscellaneous functions to conduct projects in LeeLab

Current desc_table version only works with R-markdown, html setting.

Example:

library(devtools)

install_github("seonjoo/slmisc")

data(mtcars)

varlist=c('mpg','disp','hp','drat','wt','gear','carb','vs')

desc_table(varlist, data=mtcars,groupvar=NULL)

desc_table(varlist, data=mtcars,groupvar="cyl")

About

miscellaneous functions to conduct projects in LeeLab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages