Skip to content
/ ff4 Public
forked from ijlyttle/ff4

Helps with factors

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

guhjy/ff4

 
 

Repository files navigation

ff4

The goal of ff4 is to …

Installation

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ijlyttle/ff4")

Example

This is a basic example which shows you how to solve a common problem:

library(ff4)
## basic example code

x <- factor(c("a", "b"))
y <- factor(c("c", "d"))

fbind(x, y)
#> [1] a b c d
#> Levels: a b c d

About

Helps with factors

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%