Publications by Debarati Chakraborty

Document

17.04.2023

# Load required packages library(tidycensus) library(tigris) ## To enable caching of data, set `options(tigris_use_cache = TRUE)` ## in your R script or .Rprofile. library(sf) ## Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE library(ggplot2) library(stargazer) ## ## Please cite as: ## Hlavac, Marek (2022). stargazer: Wel...

211 sym R (22230 sym/194 pcs) 3 img

Document

06.04.2023

library(readr) library(data.table) library(mapview) library(sf) ## Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:data.table': ## ## between, first, last ## The following objects are masked from 'package:stats': ## ##...

281 sym R (59090 sym/50 pcs) 2 img

Uptogether

17.03.2023

Phase 2 - Uptogether up <-read_excel("C:/Users/debar/OneDrive/Documents/GRA/Survey 1 and 2 and 3.xlsx") ## New names: ## • `` -> `...10` ## • `` -> `...24` ## • `` -> `...154` ## • `` -> `...155` ## • `` -> `...156` ## • `` -> `...157` ## • `` -> `...158` ## • `` -> `...159` ## • `` -> `...170` #gender tabyl(up$gender) #...

66 sym Python (8764 sym/36 pcs) 2 tbl

Homework 4

01.03.2023

Geocoding ##WIC Services library(readr) library(data.table) addr<-read.csv("https://raw.githubusercontent.com/jkwolf21/2023-DEM-5093-7093/main/Code/wic_west_side.csv") head(addr) ## Source Date Obsolescence.Date Business.Name ## 1 AtoZDatabases 2/22/2023 8/22/2023 Texas Agriculture Department Nutri #...

799 sym R (73324 sym/29 pcs)

Document

01.03.2023

Geocoding ##WIC Services library(readr) library(data.table) addr<-read.csv("https://raw.githubusercontent.com/jkwolf21/2023-DEM-5093-7093/main/Code/wic_west_side.csv") head(addr) ## Source Date Obsolescence.Date Business.Name ## 1 AtoZDatabases 2/22/2023 8/22/2023 Texas Agriculture Department Nutri #...

978 sym R (73629 sym/30 pcs)

GIS Homework 3

15.02.2023

Call Packages from Library library(tidycensus) library(sf) ## Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdif...

647 sym R (4352 sym/33 pcs)

GIS Homework 3

15.02.2023

Call Packages from Library library(tidycensus) library(sf) ## Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdif...

578 sym R (4359 sym/33 pcs)

Document

19.01.2023

Debarati Chakraborty debarati.chakraborty@my.utsa.edu Using a screen capture tool to take a capture of the R session showing version 4.2.2 Homework 1 1) Rstudio version 2021.09.2-382.exe, is updated 2) R is version 4.2.2, 3) Running the start up script here: https://github.com/coreysparks/Rcode/blob/master/install_first_7283.R In Rstudio type:...

623 sym 2 img

Document

19.01.2023

Homework 1 Author Debarati Chakraborty Debarati Chakraborty debarati.chakraborty@my.utsa.edu January 19th 2023 ...

133 sym 1 img

Document

30.01.2023

#tidycensus::census_api_key(key = "74b7705f240cd694220b5d61b47fd7f68b0f62c1", install = T) library (foreign) library(tidycensus) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ...

23 sym R (24402 sym/18 pcs) 2 img