This function returns information containing bankruptcies of once public companies from 2009 to 2011

sec_bankruptcies(nest_data = TRUE, return_message = TRUE)

Arguments

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

nested tibble or tibble if nest_data = FALSE

References

The Securities and Exchange Commission

See also

Examples

if (FALSE) {
sec_bankruptcies(nest_data = FALSE, return_message = TRUE)
}