Skip to content

Commit

Permalink
Update manual load of data vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
erictleung committed Nov 17, 2024
1 parent 3facf69 commit b7bccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/maunally_load.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library(readr)
url <- "https://raw.githubusercontent.com/erictleung/pixarfilms/main/data-raw/pixar_films.csv"
pixar_films <- read_csv(url)
#> Rows: 27 Columns: 5
#> ── Column specification ───────────────────────────────────────────────────────────────────────────
#> ── Column specification ───────────────────────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (2): film, film_rating
#> dbl (2): number, run_time
Expand Down

0 comments on commit b7bccf6

Please sign in to comment.