knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(pqtprueba)
  factor1 <- factor(c('ola','k','ase'))
  factor2 <- factor(c('atr', 'perro', 'cumbia', 'cajeteala', 'piola', 'gato'))
fbind(factor1,factor2)


DiegoKoz/pqtprueba documentation built on Oct. 30, 2019, 5:21 p.m.