gravatar

venkatritch

Nagasuri Bala Venkateswarlu

Recently Published

Differentiation and Integration in R
This documents discusses about how differentiation(single and multiple) and integration of equations in R
Data Manipulation through dplyr and tibble
In this document, I will introduce how various functions of dplyr package such as select, filter, arrange, mutate, sort_by, piping, etc. on data frames to manipulate data. Also, recently added R data type, tibble use is illustrated with simple example. Also, a practical live example on tibbles is explained that uses more than one tibble.