man/examples/scr_mktCap.R

\dontrun{
  # script start;

  # 1) get global
  # market capitalization
  tail(
    mktcap <- cryptoQuotes::get_mktcap()
  )

  # 2) get global
  # altcoin martket capitalization
  tail(
    alt_mktcap <- cryptoQuotes::get_mktcap(
      altcoin = TRUE
    )
  )

  # script end;
}

Try the cryptoQuotes package in your browser

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

cryptoQuotes documentation built on Sept. 16, 2025, 1:09 a.m.