Access the Weekly 'TidyTuesday' Project Dataset
Get data from the tt github repo.
Find the most recent tuesday
Pipe operator
Set up a directory for dataset curation
print methods of the tt objects
Readme HTML maker and Viewer
Parameters used in multiple functions
Decide whether to update the master file
tidytuesdayR: Access the Weekly 'TidyTuesday' Project Dataset
Listing all available TidyTuesdays
Generate valid TidyTuesday URL
Create and open cleaning.R
Get TidyTuesday readme and list of files and HTML based on the date
Guidance for TidyTuesday dataset curation
Get date of TidyTuesday, given the year and week
Download a TidyTuesday dataset file
Download TidyTuesday data
Create and open intro.md
Load TidyTuesday data from Github
Load TidyTuesday data from Github
Get Master List of Files from TidyTuesday
Create and open meta.yaml
Printing Utilities for Listing Available Datasets
Save datasets for submission
Submit a TidyTuesday dataset
Create and open the tidytemplate
'TidyTuesday' is a project by the 'Data Science Learning Community' in which they post a weekly dataset in a public data repository (<https://github.com/rfordatascience/tidytuesday>) for people to analyze and visualize. This package provides the tools to easily download this data and the description of the source.
Useful links