R/unfactor.R

Defines functions unfactor

unfactor <- 
function(x,typefun = as.numeric){
   typefun(as.character(x))}

Try the mqqc package in your browser

Any scripts or data that you put into this service are public.

mqqc documentation built on July 30, 2020, 3 p.m.