Skip to content

Instantly share code, notes, and snippets.

Put this code below in a file called example_report.Rmd
---
title: "Report for `r params$country`"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
tufte::tufte_handout:
latex_engine: xelatex
params:
country: "country"
@vale-tech
vale-tech / Format.cs
Created July 21, 2020 20:06 — forked from paulodiogo/Format.cs
Using SSRS 2016
[Serializable]
public enum Format
{
XML,
CSV,
PDF,
EXCELOPENXML,
WORDOPENXML
}