entityIdCheck: Function to check and help out with uuid/permalink of an...

Description Usage Arguments Value Author(s) Examples

View source: R/entityIdCheck.R

Description

It will string manipulate the input to lower case, trim whitespace at beginning and end, and replace spaces with hyphens so that it can be passed in to an entity lookup function

Usage

1

Arguments

input

Original input string as uuid/permalink to the function

Value

the string manipulated output

Author(s)

Layla Rohkohl, byehity@gmail.com

Examples

1
autocomplete(collection_ids = "categories", query = "Artificial Intelligence", limit = 5)

Lyrohk/cruncher documentation built on Dec. 17, 2021, 1:17 a.m.