someone asked me to make a test of R for the one applying a position in my previous company.
the question is something like:
1, what is a functional?
2, why vapply() is better than sapply()?
3, what is a function factory?
4, what is the difference between the return value of df[ ,"col"] if df is a tibble instead of data frame
5, what is S3 OOP in R? what is the difference between this and other OOP in other languages in Python?