powered by
Extract value qualifier names from a qualifier/tag structure
id.vars(x, ...)# S3 method for qtag id.vars(x, ...)# S3 method for grouped_df id.vars(x, ...)# S3 method for data.frame id.vars(x, ..., quiet = FALSE)
# S3 method for qtag id.vars(x, ...)
# S3 method for grouped_df id.vars(x, ...)
# S3 method for data.frame id.vars(x, ..., quiet = FALSE)
A qtag object
Passed to/from methods
Supress error messages on coersion to a qualifier/tag structure
A vector of qualifier column names
# NOT RUN { data(pocmaj) pocmaj <- as.qtag(pocmaj, id.vars=c("core", "depth")) id.vars(pocmaj) # }
Run the code above in your browser using DataLab