minimal_metadata {xportr} | R Documentation |
Minimal metadata data frame mock for a ADaM dataset
Description
Minimal metadata data frame mock for a ADaM dataset
Usage
minimal_metadata(
dataset = FALSE,
length = FALSE,
label = FALSE,
type = FALSE,
format = FALSE,
order = FALSE,
dataset_name = "adsl",
var_names = NULL
)
Arguments
dataset |
Flag that indicates that the |
length |
Flag that indicates that the |
label |
Flag that indicates that the |
type |
Flag that indicates that the |
format |
Flag that indicates that the |
order |
Flag that indicates that the |
dataset_name |
String with name of domain. |
var_names |
Character vector that defines which variables (rows) to keep |
Value
A metadata data.frame
[Package xportr version 0.4.1 Index]