getRecordHistory: Gets the list of changes to a record

View source: R/records.R

getRecordHistoryR Documentation

Gets the list of changes to a record

Description

This calls retrieves a list of all changes to the record, and the users who initially added and then have modified that record.

Usage

getRecordHistory(formId, recordId, asDataFrame = TRUE)

Arguments

formId

a form id

recordId

a record id

asDataFrame

Retrieve user list as a data.frame, otherwise returns as list. Default: TRUE

See Also

Other record functions: addRecord(), deleteRecord(), getAttachment(), getRecord(), recoverRecord(), updateRecord()


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.