Co-authored-by: runner <runner@Mac-1609869495256.local>
Showing 1 of 6 files from the diff.
Other files ignored by Codecov
man/glue_safe.Rd
has changed.
man/glue_col.Rd
has changed.
man/glue_sql.Rd
has changed.
man/glue.Rd
has changed.
man/quoting.Rd
has changed.
@@ -89,7 +89,7 @@
Loading
89 | 89 | #' glue_sql("SELECT * FROM {`tbl`} WHERE species IN ({vals*})", |
|
90 | 90 | #' vals = c("setosa", "versicolor"), .con = con) |
|
91 | 91 | #' |
|
92 | - | #' # If you need to reference a variables from multiple tables use `DBI::Id()`. |
|
92 | + | #' # If you need to reference variables from multiple tables use `DBI::Id()`. |
|
93 | 93 | #' # Here we create a new table of nicknames, join the two tables together and |
|
94 | 94 | #' # select columns from both tables. Using `DBI::Id()` and the special |
|
95 | 95 | #' # `glue_sql()` syntax ensures all the table and column identifiers are quoted |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.