get_check_names {pmartR} | R Documentation |
DEPRECATED: Fetch the check.names attribute
Description
Retrieves the value in check.names attribute from an omicsData object. This function has been deprecated in favor of handling checking names externally, and will always return FALSE.
Usage
get_check_names(omicsData)
Arguments
omicsData |
An object of class pepData, proData, metabData, lipidData, or nmrData. |
Value
A logical value indicating if the syntax of the column names in a
data frame should be checked. See data.frame
for
more details.
[Package pmartR version 2.4.5 Index]