17 lines
No EOL
780 B
JSON
17 lines
No EOL
780 B
JSON
{
|
|
"hash": "c012323418d359ef5990e2738afb5670",
|
|
"result": {
|
|
"engine": "knitr",
|
|
"markdown": "---\ntitle: A test post\n---\n\n::: {.cell}\n\n```{.r .cell-code}\nlibrary(ggplot2)\n```\n:::\n\n::: {.cell}\n\n```{.r .cell-code}\nvec <- rnorm(n = 10000)\n\nggplot(as.data.frame(vec)) + aes(x=vec) +\ngeom_histogram() + theme_minimal()\n```\n\n::: {.cell-output .cell-output-stderr}\n\n```\n`stat_bin()` using `bins = 30`. Pick better value with `binwidth`.\n```\n\n\n:::\n\n::: {.cell-output-display}\n{width=672}\n:::\n:::",
|
|
"supporting": [
|
|
"test_files"
|
|
],
|
|
"filters": [
|
|
"rmarkdown/pagebreak.lua"
|
|
],
|
|
"includes": {},
|
|
"engineDependencies": {},
|
|
"preserve": {},
|
|
"postProcess": true
|
|
}
|
|
} |