API.request             Run a request to the API
NO_SERVER_ERROR         Error string returned when no server is found
Rexperigen              Rexperigen: an R interface to Experigen
checkAuthentication     Checks whether the authentication is supported
                        by the server and handles the different POST
                        request routes.
checkLogin              Checks whether the user is logged in.
cleanURL                Returns the cleaned source URL.
create.API.request.URL
                        Create an URL for a request to the Experigen
                        API.
createExperimenter      Create a login for yourself using this function
downloadExperiment      Makes a download request from the server.
getDestinations         Returns the list of destination files for an
                        experiment.
getRegisteredExperiments
                        Get a list of registered experiments.
getUsers                Requests the table of users from the server.
logoutExperigen         Simply removes the stored credentials, so
                        following requests will be unauthenticated.
prepare.server.URL      Server URL preparation.
registerExperiment      Registers an experiment to the experimenter.
removeRegistration      Removes the registration of the experiment
server.version          Returns the version of an Experigen server
setExperigenCredentials
                        Sets up the experimenter credentials for the
                        further requests. It can also check whether the
                        authentication is successful.
setExperigenServer      Sets the Experigen server address for further
                        operations. By default, it checks the existence
                        of the server and sets the
                        'Rexperigen.server.version' option based on the
                        response of the server. If 'check = FALSE', set
                        the version by yourself!
versionMain             Returns the main version number of the server.
