Conducts full workflow to get the last sync date for each interviewer:
Usage
get_last_sync_dates(
start,
end,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
Details
Obtain the list of all interviewers
Fetch the action logs for each interviewers
Determine the last sync date for each interviewer
Returns a data frame. Columns contain Contains the user ID (UserId
) and last sync date (last_sync_date
).
Rows correspond to interviewers.
NA
in last_sync_date
mean that there was no sync action identified in the action log–that is between the start
and end
dates used to obtain the action logs.