get_column_default() returns a formula or value or NULL. See documentation
for more information
https://learn.microsoft.com/en-us/graph/api/resources/defaultcolumnvalue?view=graph-rest-1.0
Arguments
- value
Value used as default value.
- formula
Formula used as default value.
- allow_null
If
TRUE, returnNULLif bothvalueandformulaareNULL.- call
The execution environment of a currently running function, e.g.
caller_env(). The function will be mentioned in error messages as the source of the error. See thecallargument ofabort()for more information.