File: household.Rd

package info (click to toggle)
r-cran-tidyr 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,720 kB
  • sloc: cpp: 268; sh: 9; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{household}
\alias{household}
\title{Household data}
\format{
A data frame with 5 rows and 5 columns:
\describe{
\item{family}{Family identifier}
\item{dob_child1}{Date of birth of first child}
\item{dob_child2}{Date of birth of second child}
\item{name_child1}{Name of first child}?
\item{name_child2}{Name of second child}
}
}
\usage{
household
}
\description{
This dataset is based on an example in
\code{vignette("datatable-reshape", package = "data.table")}
}
\keyword{datasets}