inst/examples/req_current_time_ex.R

# Fetch the current time
current_time <- req_current_time()

# Verify that current_time is a POSIXct object
class(current_time)

# Print current_time
current_time
JakeVestal/InteractiveTradeR documentation built on June 5, 2024, 2:21 p.m.