powered by
rmd_ast
Currently only supports conversion of rmd_tibble objects back to rmd_ast.
rmd_tibble
as_ast(x, ...)
Returns an rmd_ast object.
Object to convert
Unused, for extensibility.
parse_rmd(system.file("hw01.Rmd", package="parsermd")) %>% as_tibble() %>% as_ast()
Run the code above in your browser using DataLab