Description Usage Arguments Value See Also Examples
List Projects that have a similar name compared to the provided name. The similarity is calculated using the Levenshtein method.
1 2 | 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
1 | deepblue_list_similar_projects(name = "BLUEPRINT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.