R/cpp11.R

Defines functions get_sys_info_cpp get_local_info_cpp local_days_from_sys_seconds_cpp sys_seconds_from_local_days_cpp jdate_seq_by_year_cpp jdate_seq_by_month_cpp parse_unit_cpp jdate_floor_cpp jdate_ceiling_cpp jdatetime_parse_cpp jdate_parse_cpp jdatetime_make_with_reference_cpp jdatetime_make_cpp jdate_make_cpp year_is_leap_cpp format_jdatetime_cpp format_jdate_cpp jdate_get_qday_cpp jdate_get_wday_cpp jdate_get_yday_cpp jdatetime_get_fields_cpp jdate_get_fields_cpp

# Generated by cpp11: do not edit by hand

jdate_get_fields_cpp <- function(x) {
  .Call(`_shide_jdate_get_fields_cpp`, x)
}

jdatetime_get_fields_cpp <- function(x) {
  .Call(`_shide_jdatetime_get_fields_cpp`, x)
}

jdate_get_yday_cpp <- function(x) {
  .Call(`_shide_jdate_get_yday_cpp`, x)
}

jdate_get_wday_cpp <- function(x) {
  .Call(`_shide_jdate_get_wday_cpp`, x)
}

jdate_get_qday_cpp <- function(x) {
  .Call(`_shide_jdate_get_qday_cpp`, x)
}

format_jdate_cpp <- function(x, format) {
  .Call(`_shide_format_jdate_cpp`, x, format)
}

format_jdatetime_cpp <- function(x, format) {
  .Call(`_shide_format_jdatetime_cpp`, x, format)
}

year_is_leap_cpp <- function(x) {
  .Call(`_shide_year_is_leap_cpp`, x)
}

jdate_make_cpp <- function(fields) {
  .Call(`_shide_jdate_make_cpp`, fields)
}

jdatetime_make_cpp <- function(fields, tzone, ambiguous) {
  .Call(`_shide_jdatetime_make_cpp`, fields, tzone, ambiguous)
}

jdatetime_make_with_reference_cpp <- function(fields, tzone, x) {
  .Call(`_shide_jdatetime_make_with_reference_cpp`, fields, tzone, x)
}

jdate_parse_cpp <- function(x, format) {
  .Call(`_shide_jdate_parse_cpp`, x, format)
}

jdatetime_parse_cpp <- function(x, format, tzone, ambiguous) {
  .Call(`_shide_jdatetime_parse_cpp`, x, format, tzone, ambiguous)
}

jdate_ceiling_cpp <- function(x, unit_name, n) {
  .Call(`_shide_jdate_ceiling_cpp`, x, unit_name, n)
}

jdate_floor_cpp <- function(x, unit_name, n) {
  .Call(`_shide_jdate_floor_cpp`, x, unit_name, n)
}

parse_unit_cpp <- function(unit) {
  .Call(`_shide_parse_unit_cpp`, unit)
}

jdate_seq_by_month_cpp <- function(x, dm) {
  .Call(`_shide_jdate_seq_by_month_cpp`, x, dm)
}

jdate_seq_by_year_cpp <- function(x, dy) {
  .Call(`_shide_jdate_seq_by_year_cpp`, x, dy)
}

sys_seconds_from_local_days_cpp <- function(x, tzone) {
  .Call(`_shide_sys_seconds_from_local_days_cpp`, x, tzone)
}

local_days_from_sys_seconds_cpp <- function(x, tzone) {
  .Call(`_shide_local_days_from_sys_seconds_cpp`, x, tzone)
}

get_local_info_cpp <- function(x, tzone) {
  .Call(`_shide_get_local_info_cpp`, x, tzone)
}

get_sys_info_cpp <- function(x) {
  .Call(`_shide_get_sys_info_cpp`, x)
}

Try the shide package in your browser

Any scripts or data that you put into this service are public.

shide documentation built on Sept. 11, 2024, 6:37 p.m.