Get concrete information from 990 forms

get_value_990(
  xml_root,
  type = c("website", "mission_desc", "program_desc"),
  text_length_threshold = 50
)

Arguments

xml_root

An XML root element associated with a particular organization

type

A type of concrete information. It should be either "website" (website URL), "mission_desc," (mission statement) or "program_desc" (program description)

text_length_threshold

The length of the minimum words associated with a particular organization. This value is used to filter the program descriptions. The default value is 50.

Value

Depending on the type parameter, the function returns either a website URL, a mission statement, or a program description(s).