convertIDS: Convert studyNames to ids for connections

Description Usage Arguments Value Examples

View source: R/processingDistances.R

Description

Convert studyNames to ids for connections

Usage

1
convertIDS(df, cln)

Arguments

df

A dataframe that contains 'from' and 'to' as numeric values

cln

Either 'from' or 'to' colnames that are used for ID converion

Value

A dataframe with converted 'from' and 'to' columns

Examples

1
2
df <-ConvertIDS(df, "from")
data <-ConvertIDS(df, "to")

askv4694/ewasvisual documentation built on Dec. 19, 2021, 5:36 a.m.