get_tid | R Documentation |
Extracts the professor's ID and combines it with general information.
get_tid(name, department = NULL, university)
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). |
A tibble of the professor's ID and the general information with 4 columns
tID - ID of the professor
name - Full name of the professor
department - The department of the professor
university - The university of the professor
name <- "Brakor" department <- "Biology" university <- "California Berkeley" get_tid(name = name, university = university) get_tid(name = name, department = department, university = university)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.