Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

determine when an R base function was added [duplicate]

Tags:

r

Is there a way to determine rather easily when an R function was added (what version number). Take for instance when were:

paste0 and browseVignettes added?

I'm not really looking for when these were added but a way to see when they were added.

like image 849
Tyler Rinker Avatar asked Oct 21 '25 14:10

Tyler Rinker


1 Answers

Converting my comment to an answer as requested:

You can use the news() function

news(grepl("paste0", Text))
like image 139
GSee Avatar answered Oct 23 '25 03:10

GSee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!