5.13.5.1 Workspaces
mmg.list_workspaces()
: Used to fetch a vector of all workspaces.For example:
vec <- mmg.list_workspaces() vec will be vector object
mmg.attach_workspace("workspace_name ")
: A method used to set workspace.Sets a global
mmg_attached_
WS variable with value ofworkspace_name
Sets a
mmg_DS_Vec
Vector Object with name and order of all datasources for attached workspace.Sets a
mmg_WL_Vec
Vector Object with name and wallet of all datasources for attached workspace.For example:
mmg.attach_workspace("SB1")