I’m a professor at the Department of Economics at Universidad ICESI and Director of the Center for Research in Economics and Finance (CIENFI). My research focuses on development economics, big data, and machine learning, particularly in their applications to public policy.
You can see my web page here.
I teach an intermediate-level R course (In Spanish) available here.
coffee_check = function(coffe_cup){
if (is.full(coffe_cup) == T){
print('Start to work')
}
else {
print('Refill with sugar-free coffee')
}
}