is_day {puff}R Documentation

Determine Whether a Time is During the Day

Description

This function checks the time and classifies it as day or not

Usage

is_day(time)

Arguments

time

A time value that is used to determine whether it's day or night.

Value

A character T or F representing whether or not it is daytime.

Examples

out <- is_day(8)

[Package puff version 0.1.0 Index]