load_rda: Loads an object from an rda file

Description Usage Arguments Value

View source: R/helper_functions.R

Description

Loads an object from an rda file

Usage

1
load_rda(file, object_name = NULL)

Arguments

file

Path to the '.rda' file

object_name

The name of the object to be returned; can be NULL

Value

If 'object_name' is not NULL the object; if yes, a list of all objects in the 'file'


graebnerc/competitivenessData documentation built on June 7, 2021, 2:28 a.m.