qryflow_default_type | R Documentation |
Retrieves the value from the option qryflow.default.type
, if set. Otherwise returns
"query", which is the officially supported default type. If any value is supplied
to the function, it returns that value.
qryflow_default_type(type = getOption("qryflow.default.type", "query"))
type |
Optional. The type you want to return. |
Character. If set, result from qryflow.default.type
option, otherwise "query" or value passed to type
x <- getOption("qryflow.default.type", "query")
y <- qryflow_default_type()
identical(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.