format_reading_item | R Documentation |
Takes a reading item and formats it.
format_textbook_reading_item(reading_item)
format_handout_reading_item(
reading_item,
online_location = getOption("semestr.online_reading_loc")
)
format_web_reading_item(
reading_item,
online_location = getOption("semestr.online_reading_loc")
)
format_youtube_reading_item(
reading_item,
online_location = getOption("semestr.online_reading_loc")
)
reading_item |
The reading item (a row from the semester |
online_location |
An URL for where to find the video. |
A character string with the formatted output.
format_textbook_reading_item()
: Format reading from a textbook.
format_handout_reading_item()
: Format a handout reading item.
format_web_reading_item()
: Format a web page reading item.
format_youtube_reading_item()
: Format a YouTube video.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.