| ba_pattern | returns a RegEx to match any of the undergraduate degrees |
| calculate_age | Calculates the age of a professor |
| check_name | Checks if a given name is present in a list of names. Names... |
| collect_faculty | Returns a list of faculty from the college with one professor... |
| contains_school_info | Determines whether a given string contains information about... |
| determine_genders | Determines the gender of a name based on findings on the... |
| df_description | A method to collect relevant professor information in a neat... |
| find_data_by_year | Returns a list of all text information from the first... |
| find_degrees | Finds the appropriate abbreviations for each type of degree |
| gender_count | Determines the number of each type of gender in a faculty... |
| general_format | Converts the formatting of the different PDFs to a common... |
| get_ba_degrees | Returns all accepted notation for an undergrad degree |
| get_name | Given an entry of a scanned line of a PDF, returns the full... |
| get_prof_year | Finds the year that professor was registered as faculty.... |
| has_degree | Determines whether a person has a degree of a given type |
| is.integer0 | Determins if an input is integer(0) |
| is_page_number | Helper function to determine if a string is a page number.... |
| is_suitable_faculty_candidate | Determines whether a string contains sufficient information... |
| is_this_a_professor | Helper function to determine if a string is a professor based... |
| ma_pattern | returns a RegEx to match any master degrees |
| names | Returns a list of names of all people on the person-list |
| overlap | returns a list of names of all staff that occur on two... |
| phd_pattern | returns a RegEx to match any doctorates |
| sanitize | Makes input suitable for searching by converting to upper... |
| search_name_in_list | Looks for a name in a faculty list |
| smart_convert | Removes all non-digit characters from a string |
| split_trim | splits and trims an array |
| std_error | calculates the standard error of a list |
| str_trim_arr | applies stringr::str_trim to an array |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.