#' @title File Input/Output Tutorial
#'
#' @description Runs the `learnr` code for Chapter 7: File input/output (I/O)
#'
#' @return
#' @export
#'
tutorial_file_io <- function(){
learnr::run_tutorial('file_input_output', package = 'progdata')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.