CharField: 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
CharField(
  label = NA,
  initial = "",
  required = T,
  min_length = NA,
  max_length = NA,
  help_text = NA
)

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