Learn R Programming

RSiteCatalyst (version 1.2)

GetUsageLog: Admin Actions, Logins, and Reports Accessed

Description

Creates data frame containing all Report Suite actions (Admin, Logins, Reports Accessed) during a given time period.

Usage

GetUsageLog(date_from, date_to, localtime)

Arguments

date_from
Optional: Start date of report, in "YYYY-MM-DD" format. If argument not set in function call, defaults to Sys.Date() - 1
date_to
Optional: End date of report, in "YYYY-MM-DD" format. If argument not set in function call, defaults to Sys.Date()
localtime
Optional. If TRUE, timestamp converted to local time. Otherwise, UNIX time in seconds.

Value

  • Data Frame

Details

This report is administrative in nature, for users interested in understanding how internal constituents are using SiteCatalyst. This report is also a record of all Admin changes to an account.

Examples

Run this code
#Timestamp in local time
    GetUsageLog("2013-01-01", "2013-02-13", TRUE)
    
    #UNIX time in seconds for timestamp
    GetUsageLog("2013-01-01", "2013-02-13")

Run the code above in your browser using DataLab