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 objectmmg.attach_workspace("workspace_name "): A method used to set workspace.Sets a global
mmg_attached_WS variable with value ofworkspace_nameSets a
mmg_DS_VecVector Object with name and order of all datasources for attached workspace.Sets a
mmg_WL_VecVector Object with name and wallet of all datasources for attached workspace.For example:
mmg.attach_workspace("SB1")