sf_get_updated | R Documentation |
Retrieves the list of individual records that have been inserted or updated within the given timespan in the specified object.
sf_get_updated(object_name, start, end, verbose = FALSE)
object_name |
|
start |
|
end |
|
verbose |
|
This API ignores the seconds portion of the supplied datetime values.
## Not run: # get all updated Contact records from midnight until now updated_recs <- sf_get_updated("Contact", Sys.Date(), Sys.time()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.