powered by
This function checks the time and classifies it as day or not
is_day(time)
A character T or F representing whether or not it is daytime.
A time value that is used to determine whether it's day or night.
out <- is_day(8)
Run the code above in your browser using DataLab