5.13.5.1 Workspaces

  1. mmg.list_workspaces(): Used to fetch a vector of all workspaces.

    For example: vec <- mmg.list_workspaces() vec will be vector object

  2. mmg.attach_workspace("workspace_name "): A method used to set workspace.

    Sets a global mmg_attached_WS variable with value of workspace_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")