get_url | R Documentation |
Extracts URL by the name, department, and university of the professor.
get_url(name, department = NULL, university = NULL)
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 vector of URL(s)
name <- "Brakor" department <- "Biology" university <- "California Berkeley" get_url(name = name, university = university) get_url(name = name, department = department, university = university)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.