# Generated by roxygen2: do not edit by hand

S3method("[",rmd_ast)
S3method(as.data.frame,rmd_ast)
S3method(as_ast,default)
S3method(as_ast,rmd_tibble)
S3method(as_document,default)
S3method(as_document,rmd_ast)
S3method(as_document,rmd_chunk)
S3method(as_document,rmd_heading)
S3method(as_document,rmd_markdown)
S3method(as_document,rmd_raw_chunk)
S3method(as_document,rmd_tibble)
S3method(as_document,rmd_yaml)
S3method(as_document,rmd_yaml_list)
S3method(as_tibble,rmd_ast)
S3method(print,rmd_ast)
S3method(render,character)
S3method(render,default)
S3method(render,rmd_ast)
S3method(render,rmd_tibble)
S3method(rmd_check_template,character)
S3method(rmd_check_template,default)
S3method(rmd_check_template,rmd_ast)
S3method(rmd_check_template,rmd_tibble)
S3method(rmd_get_node,default)
S3method(rmd_get_node,rmd_ast)
S3method(rmd_get_node,rmd_tibble)
S3method(rmd_get_options,default)
S3method(rmd_get_options,rmd_ast)
S3method(rmd_get_options,rmd_chunk)
S3method(rmd_get_options,rmd_tibble)
S3method(rmd_has_node,default)
S3method(rmd_has_node,rmd_ast)
S3method(rmd_has_node,rmd_tibble)
S3method(rmd_node_attr,default)
S3method(rmd_node_attr,rmd_ast)
S3method(rmd_node_attr,rmd_tibble)
S3method(rmd_node_content,default)
S3method(rmd_node_content,rmd_ast)
S3method(rmd_node_content,rmd_chunk)
S3method(rmd_node_content,rmd_markdown)
S3method(rmd_node_content,rmd_raw_chunk)
S3method(rmd_node_content,rmd_tibble)
S3method(rmd_node_label,default)
S3method(rmd_node_label,rmd_ast)
S3method(rmd_node_label,rmd_chunk)
S3method(rmd_node_label,rmd_tibble)
S3method(rmd_node_length,default)
S3method(rmd_node_length,rmd_ast)
S3method(rmd_node_length,rmd_chunk)
S3method(rmd_node_length,rmd_markdown)
S3method(rmd_node_length,rmd_raw_chunk)
S3method(rmd_node_length,rmd_tibble)
S3method(rmd_node_length,rmd_yaml)
S3method(rmd_node_length,rmd_yaml_list)
S3method(rmd_node_type,default)
S3method(rmd_node_type,rmd_ast)
S3method(rmd_node_type,rmd_tibble)
S3method(rmd_select,default)
S3method(rmd_select,rmd_ast)
S3method(rmd_select,rmd_tibble)
S3method(rmd_set_options,default)
S3method(rmd_set_options,rmd_ast)
S3method(rmd_set_options,rmd_chunk)
S3method(rmd_set_options,rmd_tibble)
S3method(rmd_source,character)
S3method(rmd_source,default)
S3method(rmd_source,rmd_ast)
S3method(rmd_source,rmd_tibble)
S3method(rmd_subset,default)
S3method(rmd_subset,rmd_ast)
S3method(rmd_subset,rmd_tibble)
S3method(rmd_template,default)
S3method(rmd_template,rmd_ast)
S3method(rmd_template,rmd_tibble)
S3method(type_sum,rmd_chunk)
S3method(type_sum,rmd_heading)
S3method(type_sum,rmd_markdown)
S3method(type_sum,rmd_raw_chunk)
S3method(type_sum,rmd_yaml)
S3method(type_sum,rmd_yaml_list)
export("%>%")
export(as_ast)
export(as_document)
export(as_tibble)
export(by_section)
export(has_label)
export(has_option)
export(has_type)
export(parse_rmd)
export(render)
export(rmd_check_template)
export(rmd_get_chunk)
export(rmd_get_markdown)
export(rmd_get_node)
export(rmd_get_options)
export(rmd_has_chunk)
export(rmd_has_markdown)
export(rmd_has_node)
export(rmd_node_attr)
export(rmd_node_code)
export(rmd_node_content)
export(rmd_node_engine)
export(rmd_node_label)
export(rmd_node_length)
export(rmd_node_options)
export(rmd_node_sections)
export(rmd_node_type)
export(rmd_select)
export(rmd_set_options)
export(rmd_source)
export(rmd_subset)
export(rmd_template)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(pillar,type_sum)
importFrom(rlang,.data)
importFrom(tibble,as_tibble)
useDynLib(parsermd, .registration = TRUE)
