Publications by Shaya Engelman
Project 1
R Markdown #load required libraries library(RCurl) library(stringr) 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 In this project, you’re given a text f...
438 sym R (4093 sym/5 pcs)
Document
Assignment 3 Answer the following questions Question #1 Provide code that identifies the majors that contain either “DATA” or “STATISTICS”. x <- getURL("https://raw.githubusercontent.com/fivethirtyeight/data/master/college-majors/majors-list.csv") majors <- read.csv(text = x) #At first, I had it as a vector and then decided to have it ...
2535 sym 1 tbl
Assignment #1 for Data607
The rising age of Congress members The United States Congress represents the citizens of the United States. As such, they are expected to be representative of the average American citizen. However, due to obvious factors like the need to gain the skills, knowledge, temperament and name recognition necessary to run for and win an election, the a...
2772 sym 2 img 2 tbl