result - Result Type for Safely Handling Operations that can Succeed or Fail
Allows wrapping values in success() and failure() types to capture the result of operations, along with any status codes. Risky expressions can be wrapped in as_result() and functions wrapped in result() to catch errors and assign the relevant result types. Monadic functions can be bound together as pipelines or transaction scripts using then_try(), to gracefully handle errors at any step.
Last updated
5.93 score 6 stars 1 dependents 940 scripts 334 downloadsair - AI Assistant to Write and Understand R Code
An R console utility that lets you ask R related questions to the 'OpenAI' large language model. It can answer how-to questions by providing code, and what-is questions by explaining what given code does. You must provision your own key for the 'OpenAI' API <https://platform.openai.com/docs/api-reference>.
Last updated
4.24 score 14 stars 25 scripts 416 downloads