get_url: URL Extractor

View source: R/get_url.R

get_urlR Documentation

URL Extractor

Description

Extracts URL by the name, department, and university of the professor.

Usage

get_url(name, department = NULL, university = NULL)

Arguments

name

A character value of the professor's full name (required).

department

A character value of the professor's department (optional).

university

A character value of the professor's university (required).

Value

A vector of URL(s)

Examples

name <- "Brakor"
department <- "Biology"
university <- "California Berkeley"
get_url(name = name, university = university)
get_url(name = name, department = department, university = university)

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