Create_Autofill: Easily create an autofill list from a vector of items.

View source: R/autofill.R

Create_AutofillR Documentation

Easily create an autofill list from a vector of items.

Description

Provide a vector list, receive a finished javascript file saved where you wish.

Usage

Create_Autofill(
  Entity_List,
  File_Name = "Autofill",
  Name_Autofill_Variable = "unternehmen",
  Use_Date = TRUE
)

Arguments

Entity_List

A vector list of the entities to be placed in the autofill

File_Name

What should the saved filename be? .js will automatically be appended.

Name_Autofill_Variable

What is the name of the autofill variable in the associated javascript?

Use_Date

Should the file have a date time prefix on the filename?

Examples

## Not run: 
Create_Autofill(Entity_List, File_Name = "Autofill", Name_Autofill_Variable = "unternehmen", Use_Date = TRUE)

## End(Not run)


bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.