Get concrete information from 990 forms
get_value_990(
xml_root,
type = c("website", "mission_desc", "program_desc"),
text_length_threshold = 50
)
An XML root element associated with a particular organization
A type of concrete information. It should be either "website" (website URL), "mission_desc," (mission statement) or "program_desc" (program description)
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.
Depending on the type parameter, the function returns either a website URL, a mission statement, or a program description(s).