put-methods: Put a target

Description Usage Arguments

Description

This generic creates the target at the given location.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
put(target, where, ...)

## S4 method for signature 'Target,character'
put(target, where, ...)

## S4 method for signature 'Target,MemoryLocation2'
put(target, where, ...)

## S4 method for signature 'FileTarget,DirectoryLocation'
put(target, where, overwrite = TRUE)

## S4 method for signature 'FileTarget,SftpLocation'
put(target, where, ...)

## S4 method for signature 'character,SftpLocation'
put(target, where, ...)

## S4 method for signature 'BlogPostTarget,DirectoryLocation'
put(target, where, ...)

## S4 method for signature 'BlogPostTarget,SftpLocation'
put(target, where, ...)

## S4 method for signature 'MdFigure,DirectoryLocation'
put(target, where, ...)

## S4 method for signature 'MdFigure,MemoryLocation'
put(target, where)

## S4 method for signature 'MdReport,Location'
put(target, where, draft = TRUE,
  overwrite = TRUE, ...)

## S4 method for signature 'SweaveReport,DirectoryLocation'
put(target, where, verbose = TRUE,
  ...)

## S4 method for signature 'SweaveReport,missing'
put(target, where, verbose = TRUE, ...)

## S4 method for signature 'CsvData,DirectoryLocation'
put(target, where, verbose = TRUE, ...)

## S4 method for signature 'CsvData,SftpLocation'
put(target, where, verbose = TRUE, ...)

## S4 method for signature 'GoogleOAuth2,character'
put(target, where, ...)

## S4 method for signature 'BlogPostTarget,Blogger'
put(target, where, verbose = TRUE, ...)

Arguments

target

an object of class Target or derived

where

an object of class Location or derived

...

additional parameters

overwrite

parameter for FileTarget/MdReport – overwrite existing files? Default TRUE.

draft

Parameter to MdReport, is draft? Logical.

verbose

print diagnostic messages


datamart documentation built on May 2, 2019, 9:40 a.m.