ap2_settings_setup: Perform Setup

View source: R/uniset_functions.R

ap2_settings_setupR Documentation

Perform Setup

Description

Is performing the required setup regarding the settings.R file. Only has to be called once, but can be called repeatedly to conveniently change the location of the settings-home folder.

Usage

ap2_settings_setup(path = NULL)

Arguments

path

Character length one, holding the path to the location where the folder containing the settings.R file should be located. Defaults to NULL. The path has to be given either in forward-slashes (/Users/Name/aFolder on Unix machines and C:/Users/Name/aFolder on windows machines), or in double back-slashes C:\\Users\\Name\\aFolder on windows machines. If left at the default NULL, the location should be selectable interactively.

Details

If argument path is left at its default NULL, the path to the desired folder can be selected interactively.

Value

Called for its side-effects, i.e. performing the required setup regarding the settings.R file.

See Also

Other Helper Functions: ap2dme(), export_ap2_ToXlsx(), export_header_toXls(), genFolderStr(), genNoiseRecExp(), genTempCalibExp(), getcd(), getcm(), getstn(), printStdColnames(), reColor(), saveAQdata(), siWlg(), updateSettings()


bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.