Description Usage Arguments Value Author(s) Examples
View source: R/getStartEndNumeric.R
Generate start and end page of a day when working with argument selectdaysfile in g.part1. The user provides a date and a start hour which is used to generate the pages of the start hour minutes 5 minutes and the start hour plus 24 hours. Function not designed for direct use by package user.
1 | getStartEndNumeric(d, hhr, startHour = 4)
|
d |
Character with date (without time) format |
hhr |
GENEActiv::header.info(f) output |
startHour |
Hour that analysis starts at |
Data.frame with two columns: a start page five minutes before startHour on day d and an end page 24 hours after startHour
Joe Heywood <j.heywood@ucl.ac.uk>
1 2 3 4 5 | ## Not run:
hhr = GENEActiv::header.info("C:/myfile.bin")
mystartandendpage = getStartEndNumeric(d="20/5/2017", hhr, startHour = 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.