View source: R/changedRecords.R
changedRecords | R Documentation |
This is a convenience function that scans logs and returns record IDs of changed records.
changedRecords(rcon, ...)
rcon |
A |
... |
Arguments passed to |
Makes a call to exportLogging
with passed arguments. Returns
filtered list or records IDs with update, delete or create events.
Returns a list with the elements
updated | character vector of updated record IDs |
deleted | character vector of deleted record IDs |
created | character vector of created record IDs |
## Not run:
unlockREDCap(connections = c(rcon = "project_alias"),
url = "your_redcap_url",
keyring = "API_KEYs",
envir = globalenv())
# Changes in last 24 hours
changedRecords(rcon, beginTime=as.POSIXct(Sys.time()-86400))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.