In the R Markdown file you can add any context according to the Markdown ... Bar plot ```{r} mycars <- within(mtcars, {cyl <- ordered(cyl)}) ...
確定! 回上一頁