Skip to content

Commit 6fc58d0

Browse files
committed
add kickstarter data
1 parent e1a6a54 commit 6fc58d0

File tree

95 files changed

+378693
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+378693
-0
lines changed

.DS_Store

2 KB
Binary file not shown.

R/documentation.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,14 @@ NULL
542542
### K ###
543543
#########
544544

545+
#' kickstarter
546+
#'
547+
#' Data for the crowd funding site Kickstarter
548+
#' https://www.kaggle.com/kemical/kickstarter-projects
549+
#'
550+
#' @format A data frame
551+
"kickstarter"
552+
545553

546554
#########
547555
### L ###

data-raw/data/kickstarter_data.csv

Lines changed: 378662 additions & 0 deletions
Large diffs are not rendered by default.

data-raw/prep_data.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ JNJ_stock_price <- read_csv("data-raw/data/JNJ.csv")
287287
### K ###
288288
#########
289289

290+
# Crowd funding site Kickstarter
291+
kickstarter <-
292+
read_csv("data-raw/data/kickstarter_data.csv") %>%
293+
sample_frac(0.5)
294+
290295
#########
291296
### L ###
292297
#########
@@ -678,6 +683,7 @@ use_data(invest_lodes, overwrite = TRUE)
678683
use_data(invest_lodes2, overwrite = TRUE)
679684
use_data(iq_scores, overwrite = TRUE)
680685
use_data(JNJ_stock_price, overwrite = TRUE)
686+
use_data(kickstarter, overwrite = TRUE)
681687
use_data(late_deliveries, overwrite = TRUE)
682688
use_data(late_deliveries, overwrite = TRUE)
683689
use_data(left_skewed, overwrite = TRUE)

data/Backpack.rda

3 Bytes
Binary file not shown.

data/Benefits.rda

319 Bytes
Binary file not shown.

data/EUbank.rda

7 Bytes
Binary file not shown.

data/Guerry.rda

18 Bytes
Binary file not shown.

data/IBM_stock_price.rda

256 Bytes
Binary file not shown.

data/JNJ_stock_price.rda

-61 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)