deepblue_list_similar_projects {DeepBlueR}R Documentation

list_similar_projects

Description

List Projects that have a similar name compared to the provided name. The similarity is calculated using the Levenshtein method.

Usage

deepblue_list_similar_projects(name = NULL,
  user_key = deepblue_options("user_key"))

Arguments

name

- A string (project name)

user_key

- A string (users token key)

Value

projects - A array (similar project names)

See Also

Other Inserting and listing projects: deepblue_list_projects

Examples

deepblue_list_similar_projects(name = "BLUEPRINT")


[Package DeepBlueR version 1.20.0 Index]