Wrapper to the function `do.call`
Examples
call.func("stats::rnorm", list(n =10, mean=3))
#> [1] 3.362951 1.695456 3.737776 4.888505 2.902555 2.064153 2.984050 2.173211
#> [9] 1.487600 3.935363
Wrapper to the function `do.call`
call.func("stats::rnorm", list(n =10, mean=3))
#> [1] 3.362951 1.695456 3.737776 4.888505 2.902555 2.064153 2.984050 2.173211
#> [9] 1.487600 3.935363