Description Usage Arguments Methods (by class) See Also
Get the date range.
Set the date range.
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
|
object |
The start date of the date range or a object to coerce to a
date range. Alternatively, a |
endDate |
The end date of the date range. Alternatively, if
|
value |
The replacement date range. |
character
: Coerce a character vector into a Google Analytics date
object.
character
: Coerce a character vector into a Google Analytics date
object.
dateRange
: Return the start dates of a date range vector.
dateRange
: Return the end dates of a date range vector.
Interval
: Return the start dates of a date range vector.
Interval
: Return the end dates of a date range vector.
.standardQuery
: Return the start dates of a query's date range vector.
.standardQuery
: Return the end dates of a query's date range vector.
gaView
: Get the date when a view first started receiving hits.
gaView
: Get the last day a view received hits.
dateRange
: Set a new start date for a date range.
dateRange
: Set a new end date for a date range.
.standardQuery
: Set a new start date for a query.
.standardQuery
: Set a new end date for a query.
object = ANY,endDate = ANY
: generates a date range object using the supplied
vectors of start date and end dates.
object = ANY,endDate = missing
: Returns the date range of the given query or coerces
the supplied object into a dateRange.
object = .standardQuery,endDate = missing
: Returns the date range of the given query.
.standardQuery
: Modify the date range of the given query.
object = gaView,endDate = ANY
: Returns the maximum date range of when a view has been
receiving hits.
ANY
: Change the date range of the date range object using
the dates supplied in a vector of length 2, where the first element is the
start date and second being the end date.
Other date range functions: Cohort
,
EndDate
, SplitDateRange
,
StartDate
Other date range functions: Cohort
,
EndDate
, SplitDateRange
,
StartDate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.