# Database of the classical sociologists.
# Only periods
data(sociologists)
timeCoin(sociologists, "name", "birth", "death", "school")
# Periods and events
data(works)
timeCoin(sociologists, "name", "birth", "death", "school",
events=works, eventNames="label", eventPeriod="author", eventTime="date")
Run the code above in your browser using DataLab