-
Notifications
You must be signed in to change notification settings - Fork 8
Make print.epi_df
header mirror style of print.tsibble
and print.tbl_df
#113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Reopening this, as the current An `epi_df` object, 4,026 x 6 with metadata:
* geo_type = state
* time_type = day
* as_of = 2022-05-23 13:17:07
# A tibble: 4,026 × 6
[rest of tibble output] which would look better as something like # An `epi_df` object, 4,026 x 6 with metadata:
# * geo_type = state
# * time_type = day
# * as_of = 2022-05-23 13:17:07
[rest of tibble output] or # An `epi_df` object, 4,026 x 6 with metadata:
# * geo_type = state
# * time_type = day
# * as_of = 2022-05-23 13:17:07
[rest of tibble output] especially when using an editor that colors the "comment" lines (approximated above by using perl as the "language" of the code blocks to trigger coloring of the comment lines and not a bunch of coloring of the other lines). Currently, one's eyes could be drawn to these "comment" lines and users may read too quickly and think that an Still just a P3, so it shouldn't take precedence over any the epipredict work (P0). |
|
Based on discussion in #183, I'm opening another issue about the |
Think we might need to provide a |
Currently,
print.epi_df
's "header" looks like(from `ex1 from #103) or
(from
jhu_csse_daily_subset
).In editors that color the
#
line, it makes it easy to overlook theepi_df
part of this and think it's just a tibble.Edit this header to be something more like
which improves the user experience if they have that
#
-line-coloring editor behavior, and to match the style oftibble
andtsibble
printing.The text was updated successfully, but these errors were encountered: