---
title: "Cheatsheet"
author: Carlos Hernandez & Adrian Correndo
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Cheatsheet}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.width=6, 
  fig.height=4
)
```

New users are encouraged to use the `metrica` cheatsheet. <br/>

The cheatsheet is available open-access in: 

- [English](https://rstudio.github.io/cheatsheets/metrica.pdf),
- [Spanish](https://github.com/adriancorrendo/cheatsheets/blob/main/translations/spanish/metrica_es.pdf),
- [Portuguese](https://github.com/adriancorrendo/cheatsheets/blob/main/translations/portuguese/metrica_pt_br.pdf),  
- [Russian](https://github.com/adriancorrendo/cheatsheets/blob/main/translations/russian/metrica_ru.pdf)

<img src="../man/figures/cheatsheet.png" align="center" height="320" style="float:center; height:320px;"/>

More info at the [RStudio Cheatsheets's Repository ](https://github.com/rstudio/cheatsheets)