Description Usage Arguments Value
View source: R/define_db_usage.R
Database processing order is defined by a numeric vector with one value for each available database DB1 to DBx.
Possible values:
most important
2nd most important
xth most important
excluded
i.e. c(1,2,1,0) means DB1 and DB3 are processed first, then DB2, DB4 isn't used at all
1 | define_db_usage(ARG_LIST, ranking = NA)
|
ARG_LIST |
list with user settings created by prepare_input_arguments.R |
ranking |
numeric vector with database processing (=rank) order |
updated ARG_LIST
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.