Skip to content

SandraKla/reflimR-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Course for reflimR and reflimR_Shiny

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 our R package reflimR and the Shiny Application reflimR_Shiny.

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 the 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

Watchers

Forks