R

Explore our R content

April 26, 2020 1 min read

Handle multiple datetime formats representation using lubridate

Handling Heterogeneous datetime formats We`ll be using parse_date_time function of lubridate package. Multple datetime formats can be passed under orders attribute of the above function as shown below - …
April 24, 2020 2 min read

Download Data from a github folder using httr package in R

Import Libraries and Request to the master branch of git The following chunk of code, import required libraries and request the master branch of the required git repository. library(httr) library(tidyverse) req <- …

About R

This category contains all our posts about R. Browse through to find what you’re looking for.