eload                   Loads named variables into a shared environment
getLoadEnvir            A function used by eload() to create the global
                        shared variable environment if it doesn't
                        exist, or return it if it does.
loadr                   Cleaner R workspaces.
loadrEnv                Sets or gets a global variable specifying the
                        default environment name for 'loadr'.
sv                      Show shared variables Gives a list of shared
                        variable contents.
vload                   Loads R objects into the shared variable
                        environment.
