Mark-Eis / ParaAnita

R Functions for Binary and Binomial Data Analysis
https://mark-eis.github.io/ParaAnita/
Other
1 stars 0 forks source link

`deparse1()` for `deparse()` #85

Closed Mark-Eis closed 4 months ago

Mark-Eis commented 4 months ago

deparse1() is a simple utility added in R 4.0.0 to ensure a string result (character vector of length one), typically used in name construction, as deparse1(substitute(.)).

Mark-Eis commented 4 months ago

1278aae and 7f9eb48