Description Usage Arguments Author(s)
View source: R/create_template.R
Create Field Book App template
1 2 3 4 5 6 7 8 9 10 11 12 13 | create_fbapp_template(
variable = "",
type = c("numeric", "categorical", "percent", "date", "boolean", "text", "photo",
"counter", "multicat", "score", "rust_rating", "audio", "location"),
defaultValue = "",
minimum = 0,
maximum = 100,
details = "",
categories = NULL,
isVisible = "",
realPosition = "",
ntime = 1
)
|
variable |
character. variable name |
type |
character. type of variables. There are 12 types of variables |
defaultValue |
numeric or character. Value to display on the interface by default. |
minimum |
numeric. lower limit value for numerical traits. Only available for type |
maximum |
numeric. upper limit value for numerical traits. Only available for type |
details |
character. Provide details about the variable. For example variable's full name or variable's units |
categories |
A character vector of categories of the variable. Only available for type |
isVisible |
boolean. If |
realPosition |
integer. Position of variable in the table |
ntime |
integer Number of evaluation per time. By default 1. |
Omar Benites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.