Learn R Programming

brainGraph (version 2.7.3)

args_as_list: Convert arguments into a single list

Description

args_as_list converts its arguments into a single list. If the argument is already a single list, it returns the same object. If multiple objects are given, it wraps them in a list.

Usage

args_as_list(...)

Arguments

...

Graphs or a list of graphs

Value

A list object