R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  if (interactive()) {
    packageStartupMessage(
      "In order to use simfinapi, register at 'https://app.simfin.com/login' and ",
      "obtain an API key. Then, see '?sfa_set_api_key' to learn how to make ",
      "the API key globally available to all simfinapi functions."
    )
  }
}

Try the simfinapi package in your browser

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

simfinapi documentation built on April 14, 2023, 12:27 a.m.