# Generated by roxygen2: do not edit by hand

export("%>%")
export("%c%")
export(add_roxygen)
export(add_to_chatlog)
export(chat)
export(chat_completion)
export(clean_output)
export(clear_chatlog)
export(contains_r_func)
export(contains_roxygen)
export(count_tokens)
export(created)
export(df_to_csv)
export(edit_code)
export(extract_blocks)
export(extract_blocks_content)
export(extract_entities)
export(extract_r_code)
export(extract_roxygen2)
export(get_chatlog)
export(id)
export(initialize_messages)
export(is_chatlog)
export(is_json)
export(is_python)
export(is_r)
export(is_xml)
export(java_to_r)
export(messages)
export(messages_content)
export(model)
export(nested_to_pipe)
export(object)
export(openai_api_key)
export(parse_response)
export(python_to_r)
export(r_to_python)
export(read_text)
export(read_text_batches)
export(refactor)
export(references_to_bibtex)
export(regenerate)
export(replace_file_extension)
export(set_chatlog)
export(split_text)
export(start_chat)
export(usage)
export(write_code)
export(write_test)
exportClasses(chatlog)
import(methods)
import(reticulate)
import(stringr)
importFrom(R.utils,isUrl)
importFrom(data.table,.N)
importFrom(data.table,data.table)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(magrittr,"%>%")
importFrom(reticulate,py_install)
importFrom(stringi,stri_split_regex)
importFrom(utils,file.edit)
importFrom(xml2,read_xml)
