1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stackoverflow.R
\docType{data}
\name{stackoverflow}
\alias{stackoverflow}
\title{Annual Stack Overflow Developer Survey Data}
\source{
Julia Silge, \emph{Supervised Machine Learning Case Studies in R}
\verb{https://supervised-ml-course.netlify.com/chapter2}
Raw data: \verb{https://insights.stackoverflow.com/survey/}
}
\value{
\item{stackoverflow}{a tibble}
}
\description{
Annual Stack Overflow Developer Survey Data
}
\details{
These data are a collection of 5,594 data points collected on
developers. These data could be used to try to predict who works remotely
(as used in the source listed below).
}
\examples{
data(stackoverflow)
str(stackoverflow)
}
\keyword{datasets}
|