inst/doc/getting_started.R

## ----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)

Try the vvtermtime package in your browser

Any scripts or data that you put into this service are public.

vvtermtime documentation built on Aug. 8, 2025, 7:27 p.m.