+3 votes
in R Language by
How can you debug and test R programming code?

1 Answer

0 votes
by
R code can be tested using Hadley’s testthat package.

Related questions

+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
...