In RMarkdown we specifie code chunk options in the syntax of {r, k1 = v1, k2 = v2, ...}, while it will result in error at parsing or evaluation in Weave.
With the power of Julia's string manipulation and metaprogramming, supporting the syntax will be easy.
description
In RMarkdown we specifie code chunk options in the syntax of
{r, k1 = v1, k2 = v2, ...}
, while it will result in error at parsing or evaluation in Weave. With the power of Julia's string manipulation and metaprogramming, supporting the syntax will be easy.