mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unintended characters from r tutorial
This commit is contained in:
parent
c1e63f4da2
commit
2d2cb24837
1 changed files with 2 additions and 2 deletions
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue