IntegerField: Create a Django Form Field

Description Usage

View source: R/django.r

Description

Use to create field objects for R plugins in AmCAT. See djangoFormFields().

Usage

1
2
3
4
5
6
7
8
IntegerField(
  label = NA,
  initial = 0,
  required = T,
  min_value = NA,
  max_value = NA,
  help_text = NA
)

amcat/amcat-r documentation built on Dec. 26, 2021, 3:12 a.m.