You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
988 B

# Generated by roxygen2: do not edit by hand
S3method(print,docx)
export("%>%")
export(assign_colnames)
export(convert_to_pdf)
export(docx_cmnt_count)
export(docx_describe_cmnts)
export(docx_describe_tbls)
export(docx_extract_all)
export(docx_extract_all_cmnts)
export(docx_extract_all_tbls)
export(docx_extract_tbl)
export(docx_tbl_count)
export(mcga)
export(read_docx)
export(set_libreoffice_path)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,count)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,stop_for_status)
importFrom(httr,write_disk)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(tools,file_ext)
importFrom(utils,globalVariables)
importFrom(utils,unzip)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_text)