Create Session(s)
formr_api_create_session.RdCreates one or more sessions. If codes is NULL, one random session is created.
If codes is provided, tries to create sessions with those specific codes.
Arguments
- run_name
Name of the run.
- codes
Character vector of codes. If NULL, creates one random code.
- testing
Logical. Mark these sessions as testing?
- verbose
Logical. If TRUE (default), reports progress via
message().