Learn R Programming

multimedia (version 0.2.0)

retrieve_names: Variables in a Multimedia Object

Description

This returns all the variables modeled within a multimedia object. This can be helpful for overviewing an experiment and is called by the print methods in this package. Also supports filtering to specific node types, e.g., mediators.

Usage

retrieve_names(object, nm)

Value

A character vector containing all the names of the variables of the node type nm.

Arguments

object

An object of class multimedia

nm

A string specifying the node type to filter down to, e.g., 'treatment' or 'mediator'.

Examples

Run this code
exper <- demo_joy() |>
    mediation_data("PHQ", "treatment", starts_with("ASV"))
multimedia(exper) |>
    retrieve_names("mediator")

Run the code above in your browser using DataLab