R/employees.R

#' The database with employees of Faculty of Electronics and Information Technology of Warsaw University of Technology.
#'
#' The dataset describing names, surnames and faculty employees' logins.
#' Note that it is an artificial dataset that imitates real database.
#' The subsequent columns in this dataset describe:
#' \itemize{
#'   \item name. The name of an employee.
#'   \item surname. The surname of an employee.
#'   \item login. The login of an employee on the Proton server.
#' }
#'
#' @docType data
#' @keywords datasets
#' @name employees
#' @usage data(employees)
#' @format a data frame with 541 rows and three columns.
NULL

Try the proton package in your browser

Any scripts or data that you put into this service are public.

proton documentation built on May 2, 2019, 11:04 a.m.