getObjNames: Get the names of objects saved in an RData file

View source: R/getObj_saveObj.R

getObjNamesR Documentation

Get the names of objects saved in an RData file

Description

Function to get the names of objects saved in an RData file.

Usage

getObjNames(fn)

Arguments

fn
  • filename from which to extract the names

Details

The RData file is "loaded" in the function environment to determine the names of the associated objects.

Value

a character vector with the object names


wStockhausen/wtsUtilities documentation built on Feb. 3, 2025, 6:29 a.m.