-globalThis.qwebrCellDetails = [{"id":1,"options":{"autorun":"false","results":"markup","classes":"","out-width":"700px","out-height":"","comment":"","fig-cap":"","label":"unnamed-chunk-1","output":"true","editor-max-height":"","read-only":"false","fig-width":7,"dpi":72,"context":"interactive","message":"true","fig-height":5,"editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))"},{"id":2,"options":{"autorun":"true","results":"markup","classes":"","out-width":"700px","out-height":"","comment":"","fig-cap":"","label":"unnamed-chunk-2","output":"true","editor-max-height":"","read-only":"false","fig-width":7,"dpi":72,"context":"setup","message":"true","fig-height":5,"editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)"},{"id":3,"options":{"autorun":"false","results":"asis","classes":"","out-width":"700px","out-height":"","comment":"","fig-cap":"","label":"unnamed-chunk-3","output":"true","editor-max-height":"","read-only":"false","fig-width":7,"dpi":72,"context":"interactive","message":"true","fig-height":5,"editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"knitr::kable(data, \"html\")"},{"id":4,"options":{"autorun":"false","results":"markup","classes":"","out-width":"700px","out-height":"","comment":"","fig-cap":"","label":"unnamed-chunk-4","output":"true","editor-max-height":"","read-only":"false","fig-width":7,"dpi":72,"context":"interactive","message":"true","fig-height":5,"editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"knitr::kable(data, \"html\")"},{"id":5,"options":{"autorun":"true","results":"markup","classes":"","out-width":"700px","out-height":"","comment":"","fig-cap":"","label":"unnamed-chunk-5","output":"true","editor-max-height":"","read-only":"false","fig-width":"6","dpi":72,"context":"output","message":"true","fig-height":"6","editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"},{"id":6,"options":{"autorun":"true","results":"markup","classes":"","out-width":"700px","out-height":"","comment":"","fig-cap":"","label":"unnamed-chunk-6","output":"true","editor-max-height":"","read-only":"false","fig-width":7,"dpi":72,"context":"output","message":"true","fig-height":5,"editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"},{"id":7,"options":{"autorun":"true","results":"markup","classes":"","out-width":"500px","out-height":"500px","comment":"","fig-cap":"","label":"unnamed-chunk-7","output":"true","editor-max-height":"","read-only":"false","fig-width":"6","dpi":72,"context":"output","message":"true","fig-height":"6","editor-word-wrap":"true","editor-quick-suggestions":"false","warning":"true","editor-font-scale":"1"},"code":"tinyplot::tinyplot(\n ~ Petal.Length | Species,\n data = iris,\n type = \"density\",\n palette = \"dark\", fill = \"by\",\n grid = TRUE,\n main = \"Distribution of petal lengths by species\"\n)"}];
0 commit comments