Function reference
-
add_roxygen_addin()
- Add Roxygen documentation to a function
-
addin_run_scrape_pkgs()
- Addin to scrape installed packages
-
addin_run_select_pkgs()
- Run Package Selector App
-
chat_with_context()
- chat_with_context
-
chat_with_retrieval()
- Run Chat with Retrieval
-
collect_dataframes()
- Collect Dataframes
-
crawl()
- Scrape and process all hyperlinks within a given URL
-
create_index_from_audio()
- Create index from audio
-
create_index_from_pdf()
- Create index from PDF
-
create_transcript()
- Get Transcription from Audio
-
delete_history()
- Delete chat history files
-
delete_index()
- Delete an Index File
-
document_data()
- Document Data
-
get_selection()
- Wrapper around selectionGet to help with testthat
-
get_transformer_model()
- Get Transformer Model
-
gpt_sitrep()
- GPT Sitrep
-
ingest_pdf()
- Ingest PDF and write to index
-
insert_text()
- Wrapper around selectionGet to help with testthat
-
install_sentence_transformers()
- Install sentence-transformers and its dependencies
-
list_index()
- List Index Files
-
load_index()
- Load Index Data for a Domain
-
prep_data_prompt()
- Preps OpenAI model prompt for data documentation
-
read_history()
- Read chat history from a file
-
remove_lines_and_spaces()
- Remove new lines from a character vector.
-
run_document_data()
- Shiny app that supports Document Data addin
-
run_select_pkgs_app()
- Run a Shiny App to Select and Save Installed Packages
-
save_user_config()
- Save user configuration settings for gpttools
-
scrape_pkg_sites()
- Scrape packaging sites
-
scrape_url()
- Scrape text from a URL
-
script_to_function_addin()
- Convert Script to Function Addin
-
set_user_config()
- Set user configuration settings for gpttools from a file
-
suggest_code_improvements()
- Suggest code improvements using a code copilot
-
suggest_unit_test_addin()
- Suggest a unit test for a function
-
summarize_data()
- Summarize data
-
transcribe_audio()
- Transcribe audio and write to index