Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.68 KB

00-RMarkdownReports.md

File metadata and controls

64 lines (45 loc) · 1.68 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.

VPN check

First, you have to make sure that your computer is trusted to be connected to IST servers.
Please follow the insctructions, by choosing your Operating System.

You only need to do this once per computer.

Using SFTP

SFTP is a Secure FTP connection.
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 [or without the 1 if you are younger than me...]
  • Connect, save password, always trust this key

Upload your outputs under web / tdm