Learn R Programming

Visualize.CRAN.Downloads (version 1.0.3)

summaries: function to display the summary of the data

Description

function to display the summary of the data

Usage

summaries(data1, deltaTs = 30)

Arguments

data1

first dataset, eg. total data

deltaTs

a numerical (integer) value, indicating the lenght --in days-- for selecting a subset of the original dataset; default value is 1 mont, ie. 30 days

Examples

Run this code
# \donttest{
packageXdownloads <- retrievePckgData("ehelp")[[1]]
summaries(packageXdownloads)
# }

Run the code above in your browser using DataLab