Skip to content
Snippets Groups Projects
Commit 028bff6b authored by Holger Brandl's avatar Holger Brandl
Browse files

fixed cat call

parent 25b2eac9
No related branches found
Tags v1.8
No related merge requests found
......@@ -12,5 +12,4 @@ mdRegex <- "^#([#]*)> ([^{]*)([{]+(.+)[}])?"
#readLines(file("/Users/brandl/Dropbox/Public/datautils/R/rknit/rknit_example.R")) %>%
readLines(file("stdin")) %>%
str_replace(mdRegex, "```\n\\1 \\2\n```{r \\4}") %>% paste(collapse="\n") %>% cat(stdout())
str_replace(mdRegex, "```\n\\1 \\2\n```{r \\4}") %>% paste(collapse="\n") %>% cat()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment