Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validationData data set in createEmptyDataFrameFromValidationData() #3

Open
Eucrow opened this issue Mar 8, 2024 · 2 comments
Open

Comments

@Eucrow
Copy link

Eucrow commented Mar 8, 2024

Hi :)

Sorry, but inside the function createEmptyDataFrameFromValidationData() is used the variable validationData (line 2511 of file RDBES_Functions.R). But this function receive an argument called RDBESvalidationdata which is not really used and I wonder if that's the variable that should be use instead of validationData.

If I'm wrong, sorry for the inconvenience 😅

@davidcurrie2001
Copy link
Owner

I'll have to take a look and remind myself what that function does - I'll get back to you.

@davidcurrie2001
Copy link
Owner

Yes, you're right I think that line should be

myReleventFields <- validationData[grepl(myRegExp,RDBESvalidationdata$name),]

I normally have my validation data in an object called "validationData" so that's why I didn't get any errors.

davidcurrie2001 added a commit that referenced this issue Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants