Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Course for reflimR and VeRIf

This guide will walk you through the steps to download the .Rmd file from GitHub and open it in RStudio to follow the course for the R package reflimR and the Shiny Application VeRIf.

Step 1: Download the Repository from GitHub

Since the course includes additional files (e.g., images), you need to download the entire repository:

  1. Go to the GitHub repository

    • Open your web browser and navigate to this GitHub repository
  2. Download the entire repository

    • On the GitHub repository page, click the Code button.
    • Click Download ZIP.
    • Extract the ZIP file on your computer.

Step 2: Open the .Rmd File in RStudio

  1. Launch RStudio.
  2. Set the Working Directory:
    • Since the .Rmd file requires additional files, set the working directory to the extracted folder:
setwd("/path/to/extracted/folder") # Replace `/path/to/extracted/folder` with the actual folder path
  1. Open the .Rmd file:

    • Click on FileOpen File....
    • Navigate to the extracted folder.
    • Select the .Rmd file and click Open.
  2. Run the R Markdown File:

    • Click Knit (top of the RStudio editor) to render the document.

Contact

You are welcome to:

About

Workshop for reflimR and reflimR_Shiny

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Contributors