Verify the output and share the URL

Sharing the R Markdown Notebook

You will have to change the sharing modus to Public by clicking the [Sharing] button and changing the setting. Then copy the URL to share your RMarkdown report.



Run R Markdown in kaggle

Kaggle allows you to compile your RMarkdown files, as developed in RStudio for example, into a report on Kaggle. This very instruction was made in RMarkdown. Below the steps to do this with your RMarkdown file are detailed.

Similar Reads

Create a New Notebook

Create a New Notebook...

Set the Language to R

Select the R Language as the backend Kernel...

Change the Editor Type in the File Menu

Using the Notebook option in the Editor...

Change the Language in Settings

Selecting R Markdown Notebook...

Copy the RMarkdown code

...

Paste the code into Kaggle

Writing code in the R Markdown Notebook...

Save & Run All (Commit)

Saving a R Markdown Notebook...

Open the Viewer

Using a viewer to see the output of the codes...

Verify the output and share the URL

Sharing the R Markdown Notebook...