Publications by Hudson Finch-Batista
VC Data Project 2
Data Importing and Cleaning/Tidying Importing The Data (CPI Data and VC Investment Data from 1913 to 2014) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:plyr': ## ## arrange, count, desc, failwith, id, mutate, rename, summarise, ## summarize ## The following objects are masked from 'package:stats': ...
881 sym R (37485 sym/117 pcs) 39 img
VC Investment Data Analysis
Data Importing and Cleaning/Tidying Importing The Data (CPI Data and VC Investment Data from 1913 to 2014) library(anytime) library(tidyverse) ## ── Attaching packages ──────────────────────────────────────────────────────────�...
2609 sym R (118986 sym/244 pcs) 13 img
VC Investment
Data Importing and Cleaning/Tidying Importing The Data (CPI Data and VC Investment Data from 1913 to 2014) library(anytime) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr...
3506 sym R (112941 sym/228 pcs) 16 img
VC Data Presentation 2
Data Importing and Cleaning/Tidying Importing The Data (CPI Data and VC Investment Data from 1913 to 2014) ## ── Attaching packages ───────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3...
2609 sym R (96890 sym/118 pcs) 13 img
Nations
Load Data setwd("~/Desktop/R Datasets/RSaidi CSV Datasets") nations<-read.csv("nations.csv") Import Relevant Libraries library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────────...
65 sym R (2985 sym/16 pcs)
Project1: Police Fatalities
Introduction to the Data and Data Cleaning Import relevant libraries library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(plotly) ## Loading required package: ...
4204 sym R (21595 sym/61 pcs) 13 img
Air Quality
Load in the Dataset Because airquality is a pre-built dataset, we can write it to our data directory to store it for later use. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────────────────────────�...
1522 sym R (4202 sym/35 pcs) 5 img
MultivariableGraph
In your RMD file / Rpubs document, be sure you describe in a paragraph what dataset you have used and document how you have created your graph. Load Libraries library(tidyverse) ## ── Attaching packages ──────────────────────────────────────────────�...
1626 sym R (5208 sym/25 pcs) 3 img
LA Crime
Introduction Load libraries library(readr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────────────────────────────────────────────────────�...
17584 sym R (64722 sym/161 pcs) 28 img
GISTutorial
This tutorial is part of Computerworld’s How to Make a Map with R In 10 (fairly) Easy Steps https://www.computerworld.com/article/3038270/data-analytics/create-maps-in-r-in-10-fairly-easy-steps.html by Sharon Machlis sharon_machlis@idg.com # Set various values needed, including names of files and FIPS codes for New Hampshire and South Carolina ...
2478 sym R (25532 sym/76 pcs) 7 img