RC.report.user {RC}R Documentation

Report about a user

Description

Generate a report about the user activities. Various types of frequency statistics are reported.

Usage

RC.report.user(id = "UseR user ", quote = TRUE)

Arguments

id user id
quote should search be done with quotes?

Value

numcomp Number of computations
module.table Frequency of computations by R module
keywords.table Frequency table of keywords
year.table Frequency of compuations by year
month.table Frequency of computations by month of the year
day.table Frequency of computations by day of the week
year.month.table Frequency of computations by month and year
year.month.day.table Frequency of computations by day, month, and year
hour.table Frequency of computations by hour of the day

Examples

#r <- RC.report.user(id="s0801036")
#r

[Package RC version 1.0.1.27 Index]