get_value_990: Get concrete information from 990 forms

Description Usage Arguments Value

View source: R/org_classify_description_texts.R

Description

Get concrete information from 990 forms

Usage

1
2
3
4
5
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).


p3lab/ParseIRS990 documentation built on Aug. 14, 2021, 9:22 p.m.