Commits


Dragos Moldovan-Grünfeld authored and Nic Crane committed d722f50b4d5
ARROW-13886 [R] Expand documentation for decimal() First attempt at this. Will be followed by: * opening Jira tickets to: * deprecate `decimal()` * implement `decimal128()` and `decimal256()` * expand unit tests both for data types and `Arrays` Tickets generated: * implement `decimal128()` - https://issues.apache.org/jira/browse/ARROW-14843 * implement `decimal256()` - https://issues.apache.org/jira/browse/ARROW-14844 * improve messaging around `Decimal128Type` & `Decimal256Type` in the C++ code - https://issues.apache.org/jira/browse/ARROW-14842 Closes #11758 from dragosmg/ARROW-13886_decimal_docs Authored-by: Dragos Moldovan-Grünfeld <dragos.mold@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>