Learn R Programming

MPsychoR (version 0.10-8)

HarvardPsych: Research Topics Harvard Psychology Faculty

Description

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.

Usage

data("HarvardPsych")

Arguments

Format

A word frequency table spanned 29 faculty members and 43 keywords.

Examples

Run this code
# NOT RUN {
data("HarvardPsych")
str(HarvardPsych)
# }

Run the code above in your browser using DataLab