list_to_R6: Convert an list created by R6_to_list() into an R6 object.

View source: R/r6-serialize.R

list_to_R6R Documentation

Convert an list created by R6_to_list() into an R6 object.

Description

Convert an list created by R6_to_list() into an R6 object.

Usage

list_to_R6(l)

Arguments

l

list created by R6_to_list()

Value

R6 object or list list

Author(s)

David Sterratt


retistruct documentation built on April 3, 2025, 5:58 p.m.