R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "\n",
    "foundryR - Tidy Azure AI Foundry workflows\n",
    "==========================================\n",
    "* Check your setup:
  foundry_check_setup()\n",
    "* Set your API key: foundry_set_key()\n",
    "* Set your endpoint: foundry_set_endpoint()\n",
    "* Get started: ?foundry_response, ?foundry_groundedness\n",
    "\n",
    "New to Azure? See the README for setup instructions.\n"
  )
  invisible()
}

Try the foundryR package in your browser

Any scripts or data that you put into this service are public.

foundryR documentation built on Sept. 25, 2026, 1:10 a.m.