File: stackoverflow.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
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}