Import Study Arm Names
Import Arms into a project or to rename existing Arms in a
project. You may use the parameter override = TRUE
as a 'delete
all + import' action in order to erase all existing Arms in the
project while importing new Arms. Notice: Because of the 'override'
parameter's destructive nature, this method may only use
override = TRUE
for projects in Development status.
importArms(rcon, arms_data, override = FALSE, ...) ## S3 method for class 'redcapDbConnection' importArms(rcon, arms_data, override = FALSE, ...) ## S3 method for class 'redcapApiConnection' importArms( rcon, arms_data, override = FALSE, ..., error_handling = getOption("redcap_error_handling") )
rcon |
A REDCap connection object as generated by
|
arms_data |
A |
override |
|
... |
additional arguments to pass to other methods. |
error_handling |
An option for how to handle errors returned by the API.
see |
No value is returned.
This method allows you to import Arms into a project or to rename existing Arms in a project. You may use the parameter override=1 as a 'delete all + import' action in order to erase all existing Arms in the project while importing new Arms. Notice: Because of the 'override' parameter's destructive nature, this method may only use override=1 for projects in Development status.
NOTE: This only works for longitudinal projects.
At least 8.1.17+ (and likely some earlier versions)
Please refer to your institution's API documentation.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.