strgvp: information about data-set

View source: R/strgvp.R

strgvpR Documentation

information about data-set

Description

Generic function for printing information about data-set. Includes information about number of days of data, number of registers, number of glucose values, number of glucose values with NA (missing values) and range of glucose values. It shows the absolute values and the relative values for each day, containing the year, month, day and time.

Usage

strgvp(x)

Arguments

x

Data-set with data frame format containing three columns:

date: date of the observation with format yyyy/mm/dd.

time: time of the observation with 24 hour format hh:mm:ss.

glucose: glucose value of the observation.

Value

A list containing the absolute values and the relative values for each day with the information of the data-set.

Author(s)

Sergio Contador.

Examples

data("datagvp1")
strgvp(datagvp1)

gluvarpro documentation built on Oct. 1, 2022, 5:05 p.m.

Related to strgvp in gluvarpro...