View source: R/gen_functions.R
uniset_autoUpS | R Documentation |
Use this function within your code to automatically update the settings from the users settings file
uniset_autoUpS(uniset_handover, setupFunc = NULL)
uniset_handover |
List length two, containing two elements:
|
setupFunc |
Character length one. The name of the function in the target
package performing the setup, i.e. the name of the function that is
containing the |
If 'autoUpdateSettings' in the local settings.R file is left at 'TRUE',
the settings will be checked resp. updated automatically every time a function
in the target package is calling uniset_autoUpS
.
Is primarily called for its side effects, i.e to automatically update / (re-)source the settings file. Returns (invisible) 'FALSE' if the the update was unsuccessful, otherwise an (invisible) list with the settings sourced from the settings.R file.
This function is meant to be called from within the target package.
Please refer to uniset
for a link to examples
and a real-world demo.
{ ## Not run: # to be called from within the target package uniset_autoUpS(uniset_handover, "dogPack_demo_setup") ## End(Not run) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.