Access a workspace
access_workspace.Rd
Provides access to a workspace.
Usage
access_workspace(login, ws_id = NULL, verbose = FALSE)
# S4 method for class 'LoginStudio'
access_workspace(login, ws_id = NULL, verbose = FALSE)
# S4 method for class 'LoginTestcenter'
access_workspace(login, ws_id = NULL, verbose = FALSE)
Arguments
- login
Login Login object generated by either
login_studio()
orlogin_testcenter()
.- ws_id
Numeric. Workspace id (see URL or call login function with
verbose = TRUE
).- verbose
Logical. If
TRUE
, additional information is printed. Defaults toFALSE
.
Value
Workspace object.