zatkoma / R-setup

Backup of packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-setup

Backup of packages

Main:

API

install.packages(c("searchConsoleR", "googleAuthR"))
library(searchConsoleR)
library(googleAuthR)

Data

install.packages(c("tidyverse"))
library(tidyverse)

Viz

install.packages(c("ggplot2", "gridExtra"))
library(ggplot2, "gridExtra")

About

Backup of packages