as_scdf: as_scdf

View source: R/as_scdf.R

as_scdfR Documentation

as_scdf

Description

Converts a data frame to an scdf object.

Usage

as_scdf(
  object,
  cvar = "case",
  pvar = "phase",
  dvar = "values",
  mvar = "mt",
  phase_names = NULL,
  sort_cases = FALSE
)

Arguments

object

A data.frame

cvar

Sets the "case" variable. Defaults to case.

pvar

Sets the "phase" variable. Defaults to phase.

dvar

Sets the "values" variable. Defaults to values.

mvar

Sets the variable name of the "mt" variable. Defaults to mt.

phase_names

A character vector with phase names. Defaults to the phase names provided in the phase variable.

sort_cases

If set TRUE, the resulting list is sorted by label names (alphabetically increasing).

Value

An scdf.

See Also

Other data manipulation functions: add_l2(), as.data.frame.scdf(), fill_missing(), moving_median(), outlier(), ranks(), scdf(), select_cases(), set_vars(), shift(), smooth_cases(), standardize(), truncate_phase()


scan documentation built on Aug. 8, 2023, 5:07 p.m.