View source: R/org_classify_description_texts.R
get_value_990 | R Documentation |
Get concrete information from 990 forms
get_value_990(
xml_root,
type = c("website", "mission_desc", "program_desc"),
text_length_threshold = 50
)
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. |
Depending on the type parameter, the function returns either a website URL, a mission statement, or a program description(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.