A tibble object with 1 row for each subject, a column for subject id and
a column for GVP values is returned. NA glucose values are
omitted from the calculation of the GVP.
GVP is calculated by dividing the total length of the line of the glucose trace
by the length of a perfectly flat trace. The formula for this is
\(sqrt(diff^2+dt0^2)/(n*dt0)\), where diff is the change in
Glucose measurements from one reading to the next,
dt0 is the time gap between measurements and n is the number of glucose readings