naLast: Sort key so that non missing values are first in the value...

View source: R/variableKey.R

naLastR Documentation

Sort key so that non missing values are first in the value vector.

Description

Sort key so that non missing values are first in the value vector.

Usage

naLast(
  key,
  byvar = "name_new",
  valvar = "value_new",
  na.strings = c("\\.", "", "\\s+", "N/A")
)

Arguments

key

key, long or wide

byvar

Default is "name_new", the column for sorting into blocks.

valvar

The value variable on which sorting is to be done, "value_new".

na.strings

vector of characters to be treated as NA

Value

sorted key, with blocks that have the missings last


kutils documentation built on Sept. 17, 2023, 5:06 p.m.