Skip to content

LinaQiu/foofactors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a practice package for STAT 545. The purpose of the package is to make factors less annoying.

Here comes the defination for fbind().

fbind <- function(a, b) {
  factor(c(as.character(a), as.character(b)))
}

About

Make factors less annoying

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages