nhs_view: View result of nsh_datafile()

Description Usage Arguments Value

View source: R/nhs_view.R

Description

View result of nsh_datafile()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
nhs_view(x, ...)

## S3 method for class 'nhs_colnames'
nhs_view(
  x,
  ...,
  label = TRUE,
  description = TRUE,
  target = TRUE,
  instructions = TRUE,
  hard.edits = TRUE,
  datafame = FALSE,
  combine = NULL,
  scroll_height = "600px"
)

Arguments

x

result of nsh_datafile()

...

key words for high light

label

logical. whether to show label column

description

logical. whether to show description column

target

logical. whether to show target column

instructions

logical. whether to show instructions column

hard.edits

logical. whether to show hard.edits column

datafame

logical. whether to return dataframe

scroll_height

scroll height, default is "600px"

Value

data in viewer pannel in RStudio


yikeshu0611/nhanesR documentation built on Jan. 29, 2022, 6:08 a.m.