rm(list = ls())
library(tidyverse)
data(skills_data)
skills_data <- skills_data %>%
rename(skill_name = skill) %>%
rowid_to_column("rowid")
load_all()
testing_df <- skills_data %>%
detect_skills(rowid, skill_name, new_skill_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.