data.table
syntax in preconditions
#282
Unanswered
randrescastaneda
asked this question in
Q&A
Replies: 2 comments
-
Sorry for the slow response on this. I’m going to have a closer look at this soon as data.table support is an upcoming requirement and so far it is untested (so problems like this are not surprising to me). Could you please file an issue with the full text of this post? The first thing I can do is make preconditions work for data.table objects. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome. I just created the issue. #303. Thank you so much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
Is it possible to use
data.table
syntax in preconditions? Two reasons for this. First, I already had written some code checking my data before learning aboutpointblank
, but all these tests were written indata.table
syntax. With the preconditions argument, it would extremely easy to incorporate them into the whole data validation process. Second, when checking big data, being able to use data.table will highly speed up the process.I tried something like the code below, but it failed with the following message,
Error in .(un = unique(survey_comparability)) : could not find function "."
Thank you so much.
Best,
Beta Was this translation helpful? Give feedback.
All reactions