paths_projection <- dir(file.path(system.file(package = 'SingleBench'), 'extdata', 'wrappers_projection'), full.names = TRUE)
paths_clustering <- dir(file.path(system.file(package = 'SingleBench'), 'extdata', 'wrappers_clustering'), full.names = TRUE)
purrr::walk(paths_projection, source)
purrr::walk(paths_clustering, source)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.