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

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 tibble by batch, where nest_data is FALSE a tibble

References

YCombinator

See also

Examples

ycombinator_alumni(nest_data = FALSE)