nm_states: Lists names of states in data sets

View source: R/nm_states.R

nm_statesR Documentation

Lists names of states in data sets

Description

Returns vector with name of states used for choosing states for input functions generation.

Usage

nm_states(filepath)

Arguments

filepath

filepath to the input file. Input file is All_results table from HDX_Examiner, where all the fields are marked for export.

Value

list of Protein States.

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
names_states<- nm_states(file_nm)

mkajano/HDXBoxeR documentation built on April 12, 2024, 12:22 p.m.