Learn R Programming

fundManageR (version 0.5.02030319)

get_data_ycombinator_alumni: Y Combinator data

Description

This function returns information on Y Combinator alumni and active particpants.

Usage

get_data_ycombinator_alumni(nest_data = FALSE, return_message = TRUE)

Arguments

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import includes information about a random YC company

Value

where nest_data is TRUE a nested data_frame by batch, where nest_data is FALSE a data_frame

References

YCombinator

See Also

Other venture capital: calculate_valuation_post_money, get_data_cb_unicorns

Other entity search: get_data_adv_managers_current_period_summary, get_data_adv_managers_filings, get_data_adv_managers_metadata, get_data_adv_managers_periods_summaries, get_data_finra_entities, get_data_nareit_entities, get_data_reit_funds, get_data_rf_leis, get_data_rf_sec_13F_companies, get_data_sec_bankruptcies, get_data_sec_broker_dealers, get_data_sec_ciks, get_data_sec_closed_end_funds, get_data_sec_cusips, get_data_sec_filer, get_data_sec_filing_entities, get_data_sec_investment_companies, get_data_sec_money_market_funds, get_data_sec_municipal_advisors, get_data_securities_offerings, get_data_us_public_companies

Examples

Run this code
# NOT RUN {
get_data_ycombinator_alumni(nest_data = FALSE)
# }

Run the code above in your browser using DataLab