Learn R Programming

ProjectTemplate (version 0.3-4)

translate.dcf: Read a DCF file into a list object.

Description

translate.dcf() produces a list that contains all the values from a DCF file.

Usage

translate.dcf(filename)

Arguments

filename
A character vector specifying the DCF file to be translated.

Value

  • Returns a list containing the entries from the DCF file.

Examples

Run this code
library('ProjectTemplate')

translate.dcf(file.path('config', 'global.dcf'))

Run the code above in your browser using DataLab