nedaps | R Documentation |
The nedaps
function creates a copy of the Nedap dataset and adjusts the visit times
to align with the current date while maintaining the original time patterns.
nedaps()
The function performs the following operations:
Creates a copy of the Nedap dataset from the mintyr package
Calculates the number of days between the last recorded visit and the previous day
Shifts all visit times forward by the calculated number of days
Preserves the original time patterns of the visits
A data.table
with updated visit times, shifted to the current date
Requires the data.table
and mintyr
packages
Uses the current system date as a reference for date shifting
Maintains the original time of day for each visit
head(nedaps())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.