ts/NAMESPACE
2025-01-16 12:25:56 +13:00

28 lines
634 B
Plaintext

# Generated by roxygen2: do not edit by hand
S3method(check_type,default)
S3method(check_type,ts_function)
S3method(check_type,ts_object)
S3method(get_type,default)
S3method(get_type,ts_function)
S3method(get_type,ts_object)
S3method(print,ts_function)
S3method(print,ts_object)
S3method(ts_compile,character)
S3method(ts_compile,default)
S3method(ts_compile,ts_function)
export(check_type)
export(get_type)
export(is_ts_object)
export(ts_character)
export(ts_compile)
export(ts_dataframe)
export(ts_factor)
export(ts_function)
export(ts_integer)
export(ts_list)
export(ts_logical)
export(ts_null)
export(ts_numeric)
export(ts_void)