Skip to content

Instantly share code, notes, and snippets.

@mine-cetinkaya-rundel
Created December 20, 2018 07:51
Show Gist options
  • Save mine-cetinkaya-rundel/cc781b4b5a552702bdc204aaf40d29db to your computer and use it in GitHub Desktop.
Save mine-cetinkaya-rundel/cc781b4b5a552702bdc204aaf40d29db to your computer and use it in GitHub Desktop.
---
title: "test"
output: html_vignette
---
```{r error=TRUE, comment = "#>", collapse = TRUE}
x
x()
```
```{r error=TRUE, comment = "#>", collapse = TRUE}
x()
x
```
```{r error=TRUE, comment = "#>", collapse = TRUE}
c(Sys.Date(), factor("x"), "x")
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment