R/ots_license_message.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "
    Welcome to tradestatistics package. Visit tradestatistics.io to check the
    code of conduct and full-detail tables available in direct download.

    Commercial purposes are strictly out of the boundaries of what you 
    can do with this data according to UN Comtrade dissemination clauses.

    Our data is distributed under Creative Commons 
    Attribution-NonCommercial 4.0 International License.
    "
  )
}
tradestatistics/tradestatistics documentation built on July 8, 2023, 12:26 a.m.