DateRange: DateRange

Description Usage Arguments Methods (by class) See Also

Description

Get the date range.

Set the date range.

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
52
53
54
55
56
57
58
59
60
61
62
63
DateRange(object, endDate)

DateRange(object) <- value

## S4 method for signature 'character'
StartDate(object)

## S4 method for signature 'character'
EndDate(object)

## S4 method for signature 'dateRange'
StartDate(object)

## S4 method for signature 'dateRange'
EndDate(object)

## S4 method for signature 'Interval'
StartDate(object)

## S4 method for signature 'Interval'
EndDate(object)

## S4 method for signature '.standardQuery'
StartDate(object)

## S4 method for signature '.standardQuery'
EndDate(object)

## S4 method for signature 'gaView'
StartDate(object)

## S4 method for signature 'gaView'
EndDate(object)

## S4 replacement method for signature 'dateRange'
StartDate(object) <- value

## S4 replacement method for signature 'dateRange'
EndDate(object) <- value

## S4 replacement method for signature '.standardQuery'
StartDate(object) <- value

## S4 replacement method for signature '.standardQuery'
EndDate(object) <- value

## S4 method for signature 'ANY,ANY'
DateRange(object, endDate)

## S4 method for signature 'ANY,missing'
DateRange(object)

## S4 method for signature '.standardQuery,missing'
DateRange(object)

## S4 replacement method for signature '.standardQuery'
DateRange(object) <- value

## S4 method for signature 'gaView,ANY'
DateRange(object)

## S4 replacement method for signature 'ANY'
DateRange(object) <- value

Arguments

object

The start date of the date range or a object to coerce to a date range. Alternatively, a .query object to replace the date range of.

endDate

The end date of the date range. Alternatively, if object is a .query object, then endDate is the replacement date range.

value

The replacement date range.

Methods (by class)

See Also

Other date range functions: Cohort, EndDate, SplitDateRange, StartDate

Other date range functions: Cohort, EndDate, SplitDateRange, StartDate


ganalytics documentation built on May 2, 2019, 8:34 a.m.