Learn R Programming

datamart (version 0.4.2)

FileTarget-class: FileTarget

Description

This class is a decorator for a physical existing file. A common workflow for other targets is to create a temporary file and then call put again with a FileTarget. see class FileTarget for details.

Usage

filetarget(name, filename, clss = "FileTarget")

Arguments

name
name of the Report, default ''
filename
name of original file
clss
class name, default 'FileTarget'

Value

  • generic

Examples

Run this code
getSlots("FileTarget")

Run the code above in your browser using DataLab