Skip to content

Instantly share code, notes, and snippets.

library(purrr)
library(dplyr)
library(data.table)
dump_data_frame <- function(i) {
return(data.frame(
a = rep.int(i, i * 1000000),
b = rep.int(i * 2, i * 1000000),
c = rep.int(i * 3, i * 1000000),
d = rep.int(i * 4, i * 1000000)
library(purrr)
library(dplyr)
dump_data_frame <- function(i) {
return(data.frame(
a = rep.int(i, i * 1000000),
b = rep.int(i * 2, i * 1000000),
c = rep.int(i * 3, i * 1000000),
d = rep.int(i * 4, i * 1000000)
---
title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
horizontal_layout: fill
---
```{r setup, include=FALSE}
---
title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
horizontal_layout: fill
---
```{r setup, include=FALSE}
---
title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
horizontal_layout: fill
---
```{r setup, include=FALSE, cache=TRUE}
---
title: "Flex Dashboard"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
horizontal_layout: fill
---
```{r setup, include=FALSE}
---
title: "Flex Dashboard"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
horizontal_layout: fill
---
```{r setup, include=FALSE}
@ThoDuyNguyen
ThoDuyNguyen / chartjs-barchart.Rmd
Created April 24, 2016 16:29
ChartJS - Test barchart
---
title: "Flex Dashboard"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
horizontal_layout: fill
---
<!-- Learn more about flexdashboard at https://rstudio.github.io/flexdashboard -->
---
title: "test"
author: "Tho Duy Nguyen"
date: "24 April 2016"
output: html_document
---
## R Markdown
```{r cars}