getSEQNids {NHANES.RAW80Hz}R Documentation

SEQN subject ids

Description

Get the SEQN subject ids for subjects with accelerometer data.

Usage

 getSEQNids(data)

Arguments

data

One of "2011-12", "2013-14", or "NNYFS".

Value

Vector containing the SEQN ids of the subjects.

See Also

downloadAcclRawData80Hz

Examples


  ids <- getSEQNids("2011-12")
  ids[1:10]  


[Package NHANES.RAW80Hz version 0.0.3 Index]