Description Usage Format Source Examples
A frequency table with the faculty members in the rows and the research topics in the colunms. The data are based on a scraping job from the faculty website by extracting the research summary of each faculty members. Subsequently, the data were cleaned using basic text processing tools. Finally, a document term matrix was created containing the most important keywords in the columns.
1 | data("HarvardPsych")
|
A word frequency table spanned 29 faculty members and 43 keywords.
URL: http://psychology.fas.harvard.edu/faculty
1 2 | data("HarvardPsych")
str(HarvardPsych)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.