fcuk
fcuk copied to clipboard
A R package designed to help people with clumsy fingers.
I think this can simplify the code
This looks into object to find data.frame and extract colnames. This should work as is, but this requires extra work to allow {fcuk} to categorize origin of proposed words. Something...
So I guess it doesn't work with markdown reports either. ``` r library(fcuk) iri #> Error in eval(expr, envir, enclos): object 'iri' not found ``` Created on 2020-01-21 by the...
That's probably not so common but got me scratching my head. ``` library(data.table, include.only = c("setDT")) library(fcuk) data.table # Error: object 'data.table' not found # Did you mean : data.table...