general_info: General Info Extractor

View source: R/general_info.R

general_infoR Documentation

General Info Extractor

Description

Extracts general information on a professor.

Usage

general_info(url)

Arguments

url

A character value indicating the URL of the professor's webpage.

Value

A list with three elements

  • name - Complete name of the professor

  • department - The department of the professor

  • university - The university of the professor

Examples

url <- 'https://www.ratemyprofessors.com/ShowRatings.jsp?tid=2036448'
general_info(url = url)

m-fili/ProfRate documentation built on May 22, 2022, 8:33 p.m.