Description Usage Arguments Value
View source: R/get_new_submissions_odata.R
Just like the get_new_submissions
function, this function finds and downloads all submissions
which are already stored on ODK Central but not contained in the passed data. In contrast to its sister function, get_new_submissions_odata
does not create a delta of instance ID's between old and new data to find the missing instances but it identifies the latest
submission date in the old data and uses it to create ODATA query that filters for submissions that were either submitted or updated or both
after this date. The new submissions can be returned by themselves or merged with the old data.
1 2 3 4 5 6 7 8 |
csv |
Character that specifies the path to the csv file that is to be read. (Either csv or df must not null) |
df |
Data frame that, specifies the data frame that is to be read. (Either csv or df must be null) |
id_col |
Character that specifies the exact name of the instance ID column in the df/csv. |
submission_date_col |
Character that specifies the exact name of the submission date column in the df/csv. |
merge_data |
Boolean that specifies whether the new data shall be merged with the one that was given or not. |
force_timezone |
If TRUE all time stamp values will be remain the same but their timezone will be changed to the one used in the old data. If FALSE time stamps will be converted in accordance with the timezone of the old data. |
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.