parse_str()parses AST from an R stringparse_file()parses AST from a fileunparse_str()unparses AST to an R stringunparse_file()unparses AST to a file
Usage
parse_str(str)
parse_file(file)
unparse_str(ast, node = ast_root_get(ast))
unparse_file(ast, node = ast_root_get(ast), file)