.assertRenameErrorModelLine {rxode2} | R Documentation |
This function asserts the requested rename makes sense
Description
It returns the new expression, old expression, new variable and old variable
Usage
.assertRenameErrorModelLine(line, vars)
Arguments
line |
quoted call information line |
vars |
Variables contained within the mdel |
Value
list(new, old, newChar, oldChar)
Author(s)
Matthew L. Fidler
[Package rxode2 version 4.0.2 Index]