R/SCCdata-package.r

#' SCC Data
#'
#' Some toy data sets for the Stirling University Coding Club to play with.
#' These should be fun for practicing tidying, manipulating and plotting.
#'
#' \strong{paygap:} The data collected by the first UK Government survey on gender pay equality.
#'
#' \strong{ukpostcodes:} A dataframe containing letter-suffixes for UK postal areas.
#'
#' \strong{bluetits:} Small data set recording time of arrival and departure, in seconds, of parent blue tits at a nest of chicks.
#'
#' \strong{dinos:} Dinosaur data scraped from the web. Contains information on dinosaur length, weight, diet and time period.
#'
#' @docType package
#'
#' @name SCCdata
#'
NULL
jmcvw/SCCdata documentation built on May 19, 2019, 9:39 p.m.