print.typed_function | R Documentation |
Provides a custom print method for typed functions, displaying their parameter types and return type.
## S3 method for class 'typed_function'
print(x, ...)
x |
A typed function. |
... |
Additional arguments (not used). |
No return value, called for side effects. Prints a human-readable representation of the typed function to the console, showing the argument types and return type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.