tv icon indicating copy to clipboard operation
tv copied to clipboard

Graphical Display For Data Frame Output

Results 12 tv issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

CI is currently set to fail on "error" only to pass temporarily. The warnings should be taken care of and the setting be changed in `tic.R` afterwards.

The following sometimes shows `iris`, sometimes `nycflights13::flights`. ```{r} tv::on() list(a = iris, b = cars, c = iris, d = nycflights13::flights, e = iris, f = nycflights13::flights) ```

Sometimes, I still end up with idle tv sessions. This may happen if the corresponding R session is closed but the tempdir is not deleted for some reason. Perhaps turn...

- highlight grouping columns - use different color for groups - ...

- No row names - Read-only - Significant digits

@krlmlr in #14 We'll need to work around the ::: to avoid R CMD check warnings

@krlmlr in #14 We should also find a way to have both R sessions talk to each other in a reliable way, perhaps using {txtq} or stdin/stdout communication, if only...

It's sufficient to pass the SQL and the connection parameters; the latter may be more troublesome. It's worth the effort to extend DBI to support serialization and deserialization of connections.

above/below the widget: dimensions, grouping, expression, ...