View source: R/madoc-api-with-token.R
madoc_login | R Documentation |
Logging in allows to get non-public data from Madoc
madoc_login(site, email, password)
site |
character string with the site |
email |
character string with your email address of the Madoc user |
password |
character string with the password used by the user of the provided |
invisibly a data.frame with the cookies from the call to site/madoc/login
x <- madoc_login("https://www.madoc.ugent.be/s/brugse-vrije", email = "jan.wijffels@vub.be", password = Sys.getenv("MADOC_PWD")) x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.