# NOT RUN {
# View index.html
wflow_view()
# View the most recently modified HTML file
wflow_view(latest = TRUE)
# View a file by specifying the R Markdown file
wflow_view("analysis/fname.Rmd")
# View a file by specifying the HTML file
wflow_view("docs/fname.html")
# View multiple files
wflow_view(c("fname1.Rmd", "fname2.Rmd"))
wflow_view("docs/*html")
# }
Run the code above in your browser using DataLab