create_fbapp_template: Create templates to import on mobiles devices with Field Book...

Description Usage Arguments Author(s)

View source: R/create_template.R

Description

Create Field Book App template

Usage

 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
)

Arguments

variable

character. variable name

type

character. type of variables. There are 12 types of variables numeric

defaultValue

numeric or character. Value to display on the interface by default.

minimum

numeric. lower limit value for numerical traits. Only available for type numeric variables.

maximum

numeric. upper limit value for numerical traits. Only available for type numeric variables.

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 categorical

isVisible

boolean. If true, the variables should be visible in the interface, otherwise is false.

realPosition

integer. Position of variable in the table

ntime

integer Number of evaluation per time. By default 1.

Author(s)

Omar Benites


metrikagr/rfbapp documentation built on Dec. 21, 2021, 4:58 p.m.