Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
eval = FALSE,
comment = "#>"
)
## ----installation-------------------------------------------------------------
# devtools::install_github("vusaverse/vvtermtime")
## ----authenticate-------------------------------------------------------------
# library(vvtermtime)
#
# # Replace "your_api_key" and "https://semestry.com/" with your actual credentials
# semestry <- authenticate(api_key = "your_api_key", base_url = "https://semestry.com/api/")
## ----rooms--------------------------------------------------------------------
# rooms <- get_rooms(semestry)
## ----roombookings-------------------------------------------------------------
# roomsbookings <- get_roombookings(semestry)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.