You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2018. It is now read-only.
According to it's roxygen
#' This test will check every column in a data.frame for possible unicode characters.
But doesn't it just test the column names, not the contents of the columns?
ut8 <- simplify2array(lapply(colnames(dat),non_ascii))
I just wrote the following which I /think/ check the contents of the columns. (Presumably, you do want to test the column names as well, though.) It's just a wrapper for Hadley's function.
No description provided.
The text was updated successfully, but these errors were encountered: