brendan-r/NPS

Move to underscores as opposed to dots

brendan-r opened this issue · 1 comments

Mirror the functionality, but issue a warning with a depreciation message. You can write something generic and use

deparse(sys.calls()[[sys.nframe()-1]])

to extract the name of the parent function.