This function returns snapshot details of X public companies. Information includes corporate metadata, valuation metrics, and more.

us_public_companies(merge_type = NULL, return_message = TRUE)

Arguments

merge_type

how to merge general information for public companies

  • NULL and MATCH: only acquires metadata for unmatched batch import companies (default) #'

  • ALL: returns general information for all companies

return_message

TRUE return a message after data import

Value

a tibble

See also

Examples

if (FALSE) {
us_public_companies(merge_type = NULL)

}