tidyr
Verbs for ped
-ObjectsSee tidyr
documentation of the respective functions for
description and examples.
# S3 method for ped
fill(
data,
...,
.direction = c("down", "up", "downup", "updown"),
keep_attributes = TRUE
)# S3 method for nested_fdf
fill(data, ..., .direction = c("down", "up"), keep_attributes = TRUE)
an object of class ped
, see as_ped
.
<tidy-select
> Columns to fill.
Direction in which to fill missing values. Currently either "down" (the default), "up", "downup" (i.e. first down and then up) or "updown" (first up and then down).
conserve attributes? defaults to TRUE
.
A modified ped
object.