thisisnic commented on a change in pull request #4:
URL: https://github.com/apache/arrow-cookbook/pull/4#discussion_r683140231
##########
File path: r/content/reading_and_writing_data.Rmd
##########
@@ -13,11 +13,11 @@ There are a number of circumstances in which you may want
to read in the data as
You can convert an existing `tibble` or `data.frame` into an Arrow Table.
-```{r, table_create}
+```{r, table_create_from_tibble}
air_table <- Table$create(airquality)
air_table
```
-```{r, test_table_create, opts.label = "test"}
+```{r, test_table_create_from_tibble, opts.label = "test"}
test_that("table_create chunk works as expected", {
Review comment:
```suggestion
test_that("table_create_from_tibble chunk works as expected", {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]