We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Edit proof_of_concept.R removing these lines
redcapfiller/proof_of_concept.R
Lines 26 to 111 in 23a7bca
Replace them with a call to get_project_values(), created in issue #24. Write the result to generated_values.
get_project_values()
generated_values
Replace
Lines 113 to 116 in 23a7bca
...with code to iterate over generated_values writing each dataframe of generated data to REDCap.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Edit proof_of_concept.R removing these lines
redcapfiller/proof_of_concept.R
Lines 26 to 111 in 23a7bca
Replace them with a call to
get_project_values()
, created in issue #24. Write the result togenerated_values
.Replace
redcapfiller/proof_of_concept.R
Lines 113 to 116 in 23a7bca
...with code to iterate over
generated_values
writing each dataframe of generated data to REDCap.The text was updated successfully, but these errors were encountered: