log(10^5,10) log: Wrong number of input argument(s): 1 expected.
log(10^5,10)
log: Wrong number of input argument(s): 1 expected.
but answer is 5
log: Wrong number of input argument(s): 1 expected.
but answer is 5
R Introduction-to-basics-of-R 06-07 min 50-60 sec
Answers:
log(10^5,10) should work fine. If it doesn't work, then restart R console and retype it. Or just type print(log(10^5,10))