madoc_projects | R Documentation |
Get a data.frame of all projects on a Madoc site by using the Madoc API's.
This function performs a GET request to /madoc/api/projects.
madoc_projects(site)
site |
character string with the site |
a data.frame with columns project_id, collection_id, slug, label and summary
TODO: perform pagination
projects <- madoc_projects("https://www.madoc.ugent.be/s/brugse-vrije") projects <- madoc_projects("https://www.madoc.ugent.be/s/brugse-vrije-gebruikerstest")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.