From 01a05beabf49d921b35fab7873b69a153e845c51 Mon Sep 17 00:00:00 2001 From: Holger Brandl <brandl@mpi-cbg.de> Date: Fri, 13 Feb 2015 10:59:06 +0100 Subject: [PATCH] fixed example --- R/spinr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/spinr/README.md b/R/spinr/README.md index 094dbcd..b192842 100644 --- a/R/spinr/README.md +++ b/R/spinr/README.md @@ -28,7 +28,7 @@ spinr MyScript.R ``` or rsnippets with ``` -echo "require(ggplot); ggplot(iris, aes(Sepal.Length, Sepal.Width)) + geom_point()" | spinsnip "my_report" " +echo "require(ggplot2); ggplot(iris, aes(Sepal.Length, Sepal.Width)) + geom_point()" | spinsnip "my_report" ``` -- GitLab