Skip to content

Instantly share code, notes, and snippets.

@kohske
Created April 1, 2017 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohske/c62e766220ea5754e38e9a5129ada6dc to your computer and use it in GitHub Desktop.
Save kohske/c62e766220ea5754e38e9a5129ada6dc to your computer and use it in GitHub Desktop.
---
output: html_document
---
```{awk engine.opts="sample.txt > sample.tsv"}
{
print $2, $3;
}
```
```{r}
read.table("sample.tsv")
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment