R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "Please get your api key from website 'https://ecos.bok.or.kr/api/#/AuthKeyApply'"
  )
}

Try the ecos package in your browser

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

ecos documentation built on May 29, 2024, 10:20 a.m.