deepblue_list_similar_projects {DeepBlueR} | R Documentation |
List Projects that have a similar name compared to the provided name. The similarity is calculated using the Levenshtein method.
deepblue_list_similar_projects(name = NULL, user_key = deepblue_options("user_key"))
name |
- A string (project name) |
user_key |
- A string (users token key) |
projects - A array (similar project names)
Other Inserting and listing projects: deepblue_list_projects
deepblue_list_similar_projects(name = "BLUEPRINT")