It would be good to be able to get code to issue warnings / errors if experimental functions have been used (the same way it does with depreciated functions). The aim being to highlight in potential production code where unstable functions have been used.
For example:
options(lifecycle_verbosity = "error_experimental")
It would be good to be able to get code to issue warnings / errors if experimental functions have been used (the same way it does with depreciated functions). The aim being to highlight in potential production code where unstable functions have been used.
For example: