Learn R Programming

ProjectTemplate (version 0.3-5)

cache.name: Translate a variable name into a file name for caching.

Description

Translate a variable name into a file name for caching.

Usage

cache.name(data.filename)

Arguments

data.filename
The variable name to be translated into a filename.

Value

  • A translated variable name.

Details

This function will translate a variable name into a form that is suitable as a filename on most OS's.

Examples

Run this code
library('ProjectTemplate')

#cache.name('example.1')}

Run the code above in your browser using DataLab