man-roxygen/t_ex_assign.R

#' @examples
#' assign("get_settings_from_flowdex_package_root", TRUE, pos=.GlobalEnv)
#' # only required to make the examples run automatically
#' # you should not call 'assign' if you run the examples manually
#' # the effect of setting 'get_settings_from_flowdex_package_root' to TRUE
#' # is that the file 'flowdex_settings.R' in 'root' of the installed package
#' # 'flowdex' will be sourced instead of the one in the user-defined location.
#' #
bpollner/flowdex documentation built on March 31, 2022, 3:21 a.m.