In tidytuesdayR there are nice print methods for the objects that were used
to download and store the data from the TidyTuesday repo. They will always
print the available datasets/files. If there is a readme available,
it will try to display the TidyTuesday readme.
Usage
# S3 method for tt_data
print(x, ...)
# S3 method for tt
print(x, ...)
Value
x, invisibly.
Arguments
x
a tt_data or tt object
...
further arguments passed to or from other methods.