Skip to contents

Building apps

Writing and compiling functions into Rserve apps.

ts_function()
TS function definition
ts_app()
Generate an Rserve app from a ts function
ts_compile()
Compile R functions
ts_deploy()
Deploy a ts Rserve app

Types

Type helper functions for defining argument and return types.

ts_logical()
Logical or boolean type
ts_integer()
Integer type
ts_numeric()
Numeric type
ts_character()
Character or string type
ts_factor()
Typed factor
ts_list()
Typed list
ts_dataframe()
Typed dataframe
ts_null()
Null type
ts_void()
Void type
ts_object() is_ts_object() get_type() check_type()
Typed object