Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.29 KB

00-RMarkdownReports.md

File metadata and controls

51 lines (36 loc) · 1.29 KB

RMarkdown reports

work in progress

How to create static or dynamic reports for your home assignments, using R markdown.

R Markdown provides an authoring framework for data science. You can use a single R Markdown file to both.

Generate high quality reports that can be shared with an audience. R Markdown documents are fully reproducible and support dozens of static and dynamic output formats.

R markdown

First install pandoc (https://pandoc.org/installing.html)

The library rmarkdown already comes with RStudio. If you neet to install it:

install.packages("rmarkdown")

Usefull resources

Make your outputs live

To make your outputs online at your IST server.

Donwload FileZilla at: https://filezilla-project.org/download.php?type=client

  • CTRL + S (site manager)
  • new site (name “fenix”)
  • SFTP
  • server: sigma.ist.utl.pt
  • port: leave blank
  • user: ist1XXXXX
  • Connect, save password, always trust this key

Upload your outputs under web / tdm