load_profiling_data: re-load pre-processed profiling data

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

load a pre-processed profiling data as an Rlist

Usage

1

Arguments

file_name

name of the Rdata object

Details

load the Rdata back to the environment. This is a crude function. It just loads an Rdata file back to Global Environment.

Value

profiling list. if the Rdata file is not a list might give an error. The output is whatever is saved with write_profiling_data

Note

I need to make this a profiling specific function.

Author(s)

Alper Celik

See Also

write_profiling_data, read_profiling_data

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (file_name)
{
    data <- list.load(file_name)
    data
  }

celalp/ribofootprintR documentation built on May 12, 2019, 12:04 p.m.