Skip to content
Permalink
Browse files
initial commit
  • Loading branch information
John S. Erickson committed Jan 10, 2022
0 parents commit abfda7ac64138aa5e394e0105f33ea995df60865
Show file tree
Hide file tree
Showing 20 changed files with 1,678 additions and 0 deletions.
BIN +2.53 KB .RData
Binary file not shown.
152 .Rhistory
@@ -0,0 +1,152 @@
setwd("~/Desktop/IDEA-COVID-StudySafe-SC/studysafe")
shiny::runApp()
shiny::runApp()
runApp('Desktop/IDEA-COVID-StudySafe-SC/studysafe')
library(readr)
bakelite <- read_csv("Desktop/bakelite.csv")
View(bakelite)
plot(bakelite)
bakelite$character <- as.factor(bakelite$character)
plot(bakelite)
p <- ggplot(bakelite)
library(ggplot2)
p <- ggplot(bakelite)
p <- p + geom_histogram(aes(x = character))
p
ggplot(bakelite) +
geom_histogram(aes(x = character, state="count"))
ggplot(bakelite) +
geom_histogram(aes(x = character, stat="count"))
ggplot(bakelite) +
geom_histogram(aes(x = character), stat="count")
ggplot(bakelite) +
geom_histogram(aes(x = character), stat="count") +
ggtitle("Polyoxybenzylmethylenglycolanhydride (Bakelite)")
library(readr)
transactions <- read_csv("Downloads/transactions.csv")
View(transactions)
saveRDS(transactions, "transactions.Rds")
getwd()
setwd("~/Desktop/COVIDMINDER")
shiny::runApp()
setwd("~/Desktop/CohoesPVApp")
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
library(rsconnect)
deployApp()
runApp()
runApp()
runApp()
deployApp()
deployApp()
deployApp()
?req
runApp()
runApp()
deployApp()
runApp()
runApp()
deployApp()
runApp()
runApp()
runApp()
deployApp()
deployApp()
deployApp()
runApp()
deployApp()
runApp()
deployApp()
?plotlyOutput
?layout
runApp()
runApp()
runApp()
runApp()
runApp()
deployApp()
shiny::runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
library(rsconnect)
getwd()
deployApp()
runApp()
runApp()
deployApp()
shiny::runApp()
runApp()
runApp()
runApp()
?as.factor
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
?colorFactor
runApp()
runApp()
runApp()
runApp()
library(rsconnect)
deployApp()
shiny::runApp()
library(rsconnect)
deployApp()
runApp()
runApp()
deployApp()
?brewer.pal
shiny::runApp()
runApp()
runApp()
runApp()
runApp()
pal_dam
runApp()
runApp()
names(dam_colors)
dam_colors
runApp()
names(dam_colors)
runApp()
runApp()
runApp()
runApp()
?addLegend
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
runApp()
?brewer.pal
runApp()
?addCircleMarkers
runApp()
runApp()
pal_dam
str(reservoirs_NY$prim_owner)
summary(reservoirs_NY$prim_owner)
summary(as.factor(reservoirs_NY$prim_owner))
?addLegend
runApp()
runApp()
dam_colors
runApp()
runApp()
runApp()
library(rsconnect)
deployApp()
BIN +1.39 MB Tract2District.Rds
Binary file not shown.

0 comments on commit abfda7a

Please sign in to comment.