h {sugaR}R Documentation

Convert string with measurement data to row in matrix

Description

This function helps with the entry of data for the interpretation of blood glucose levels.

Usage

h(X, ncol=2,debug=FALSE)

Arguments

X String with comma-separated values. The first is presume to be a time, the others floats.
ncol Number of expected values.
debug Assistance to developers for adding new functionality. Please ignore.

Author(s)

Steffen Moeller steffen_moeller@gmx.de

See Also

u.

Examples

h("8:47 139,11:12 75,16:18 112,19:46 71,21:48 75",ncol=2)

[Package sugaR version 0.0-5 Index]