Saved Bookmarks
| 1. |
R code can be tested using _________________ package.(a) Dplyr(b) Hadley’s testthat(c) SKLearn(d) KNN |
|
Answer» Right option is (b) Hadley’s testthat Easiest explanation: R code can be tested using Hadley’s testthat package. Testthat draws inspiration from the xUnit family of testing packages, as well as from many of the innovative ruby testing libraries. |
|