From 7168d71145bc68a3683ad5ac9cf03b5e85b610fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 7 Jun 2020 15:06:38 +0200 Subject: [PATCH] Tweak --- README.Rmd | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index b02524e00..cbbcb94cc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -43,9 +43,9 @@ vctrs::s3_register("knitr::knit_print", "grViz") Are you using multiple data frames or database tables in R? Organize them with dm. -- Use it like a list of tables today. +- Use it today (if only like a list of tables). - Build data models tomorrow. -- Deploy the models to your organization's RDBMS the day after. +- Deploy the data models to your organization's RDBMS the day after. ## Overview diff --git a/README.md b/README.md index cff88ee11..661da633b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ rstudio.cloud](https://img.shields.io/badge/rstudio-cloud-blue.svg)](https://rst Are you using multiple data frames or database tables in R? Organize them with dm. - - Use it like a list of tables today. + - Use it today (if only like a list of tables). - Build data models tomorrow. - - Deploy the models to your organization’s RDBMS the day after. + - Deploy the data models to your organization’s RDBMS the day after. ## Overview @@ -115,7 +115,7 @@ dm$flights %>%
#> # A tibble: 3 x 2
 #>   origin     n
-#> * <chr>  <int>
+#>   <chr>  <int>
 #> 1 EWR     4043
 #> 2 JFK     3661
 #> 3 LGA     3523