Frank
Frank
I am vetting a vector and am interested in seeing a "full report" when it fails: ``` library(vetr) library(data.table) date8_toIDate = function(x) as.IDate(as.character(x), format = "%Y%m%d") DATE8 = vet_token( INT...
I'd like to inequality-test my data.frame's columns. This seems to work as long as I have atomic columns: ``` vetd = function(tmpexpr, x){ stopifnot(length(x) + 1L == length(tmpexpr)) z =...
**Is your feature request related to a problem? Please describe.** In VS Code, with the R and Jupyter extensions, ipynb files with lintr issues get flagged with the unhelpful message:...
The BLS moves counties between metro areas in some years, but it seems that the data set here is just a snapshot of the county assignments at some unspecified year....