Workflows in R compared to Workflows in Python

A workflow consists of an orchestrated and repeatable pattern of business activity enabled by the systematic organization of resources into processes that transform materials, provide services, or process information.

Both R and Python have similar workflows but slightly different syntax. one of the biggest difference is how they refer to parts of object ( $ [] in R while [] in Python) as well as how they apply functions ( fun(object) in R while object.fun() in Python)

 

a workflow in Python

http://nbviewer.ipython.org//gist/decisionstats/4142e98375445c5e4174

Screenshot from 2015-10-24 08:31:22

a workflow in R

http://rpubs.com/ajaydecis/rworkflow

Screenshot from 2015-10-24 08:31:07

Unknown's avatar

Author: Ajay Ohri

http://about.me/ajayohri

Leave a comment