knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This is a vignette for the Freekfoofactors package. It shows you how to use the package. Here is another sentence.

Load the package.

library(Freekfoofactors)

This doesn't work well

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

This does.

fbind(x_fact, y)

Thank you for your attention.



FreekManders/Freekfoofactors documentation built on April 7, 2020, 12:47 a.m.