项目作者: MattBixley

项目描述 :
A home for some #tidytuesday code, plots table and general upskilling.
高级语言: HTML
项目地址: git://github.com/MattBixley/tidy_tuesday.git
创建时间: 2020-09-22T01:08:06Z
项目社区:https://github.com/MattBixley/tidy_tuesday

开源协议:MIT License

下载



License: MIT

TidyTuesday

A weekly social data project in R, the base repo is HERE and maintaned by Tom Mock (his Blog)

A weekly data project aimed at the R ecosystem. As this project was borne out of the R4DS Online Learning Community and the R for Data Science textbook, an emphasis was placed on understanding how to summarize and arrange data to make meaningful charts with ggplot2, tidyr, dplyr, and other tools in the tidyverse ecosystem. However, any code-based methodology is welcome - just please remember to share the code used to generate the results.

Nice package to download the weekly data is maintained by thebioengineer

#install.packages("devtools")
devtools::install_github("thebioengineer/tidytuesdayR")

usage

library(tidytuesdayR)
tt_data <- tt_load("2019-01-15")

or

tt_data <- tt_load(2019, week=3)