From 2d2cb24837b6ff58a84fb90f9d829ce6703a827d Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Wed, 29 Mar 2017 11:05:23 +0900 Subject: [PATCH] Remove unintended characters from r tutorial --- notebook/2BWJFTXKJ/note.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/2BWJFTXKJ/note.json b/notebook/2BWJFTXKJ/note.json index 13a2dfd7f91..7196dd0bd85 100644 --- a/notebook/2BWJFTXKJ/note.json +++ b/notebook/2BWJFTXKJ/note.json @@ -675,7 +675,7 @@ }, { "title": "Create a R Dataframe", - "text": "%r \n\nlocalNames \u003c- data.frame(name\u003dc(\"John\", \"Smith\", \"Sarah\"), budget\u003dc(19, 53, 18))kjkjkj\nnames \u003c- createDataFrame(sqlContext, localNames)\nprintSchema(names)\nregisterTempTable(names, \"names\")\n\n# SparkR::head(names)", + "text": "%r \n\nlocalNames \u003c- data.frame(name\u003dc(\"John\", \"Smith\", \"Sarah\"), budget\u003dc(19, 53, 18))\nnames \u003c- createDataFrame(sqlContext, localNames)\nprintSchema(names)\nregisterTempTable(names, \"names\")\n\n# SparkR::head(names)", "user": "anonymous", "dateUpdated": "Jan 29, 2017 3:19:59 AM", "config": { @@ -1306,4 +1306,4 @@ "looknfeel": "default" }, "info": {} -} \ No newline at end of file +}