R/cpp11.R

Defines functions cpp_seconds_to_string cpp_time_to_seconds

# Generated by cpp11: do not edit by hand

cpp_time_to_seconds <- function(times_in) {
  .Call(`_gtfstools_cpp_time_to_seconds`, times_in)
}

cpp_seconds_to_string <- function(seconds_from_midnight) {
  .Call(`_gtfstools_cpp_seconds_to_string`, seconds_from_midnight)
}
ipeaGIT/gtfstools documentation built on Jan. 23, 2025, 3:06 p.m.