dbosak01 / fmtr

An R package for formatting data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow fapply to accept non-character vectors

dbosak01 opened this issue · comments

Sometime I want to map a character to a number or a logical. Allow fapply to do that.

I think I may have broke this when switching the vector lookup to Rcpp.