-globalThis.qwebrCellDetails = [{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"false","label":"unnamed-chunk-1","classes":"","context":"interactive","warning":"true","fig-width":7,"out-width":"700px","editor-quick-suggestions":"false","fig-height":5,"read-only":"false","out-height":"","output":"true","message":"true","results":"markup","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":1,"code":"# Write your name here by replace ___\nname <- \"_____\"\nprint(paste0(\"Hello, \", name, \"!\"))"},{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"true","label":"unnamed-chunk-2","classes":"","context":"setup","warning":"true","fig-width":7,"out-width":"700px","editor-quick-suggestions":"false","fig-height":5,"read-only":"false","out-height":"","output":"true","message":"true","results":"markup","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":2,"code":"# Generating a simple table\ndata <- data.frame(\n Name = c(\"Alice\", \"Bob\", \"Charlie\"),\n Age = c(25, 30, 22)\n)"},{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"false","label":"unnamed-chunk-3","classes":"","context":"interactive","warning":"true","fig-width":7,"out-width":"700px","editor-quick-suggestions":"false","fig-height":5,"read-only":"false","out-height":"","output":"true","message":"true","results":"asis","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":3,"code":"knitr::kable(data, \"html\")"},{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"false","label":"unnamed-chunk-4","classes":"","context":"interactive","warning":"true","fig-width":7,"out-width":"700px","editor-quick-suggestions":"false","fig-height":5,"read-only":"false","out-height":"","output":"true","message":"true","results":"markup","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":4,"code":"knitr::kable(data, \"html\")"},{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"true","label":"unnamed-chunk-5","classes":"","context":"output","warning":"true","fig-width":"6","out-width":"700px","editor-quick-suggestions":"false","fig-height":"6","read-only":"false","out-height":"","output":"true","message":"true","results":"markup","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":5,"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)"},{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"true","label":"unnamed-chunk-6","classes":"","context":"output","warning":"true","fig-width":7,"out-width":"700px","editor-quick-suggestions":"false","fig-height":5,"read-only":"false","out-height":"","output":"true","message":"true","results":"markup","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":6,"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)"},{"options":{"editor-max-height":"","editor-font-scale":"1","autorun":"true","label":"unnamed-chunk-7","classes":"","context":"output","warning":"true","fig-width":"6","out-width":"500px","editor-quick-suggestions":"false","fig-height":"6","read-only":"false","out-height":"500px","output":"true","message":"true","results":"markup","fig-cap":"","dpi":72,"editor-word-wrap":"true","comment":""},"id":7,"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