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