thisisnic commented on a change in pull request #78: URL: https://github.com/apache/arrow-cookbook/pull/78#discussion_r720693775
########## File path: r/content/_bookdown.yml ########## @@ -4,10 +4,5 @@ new_session: FALSE clean: ["_book/*"] output_dir: _book edit: https://github.com/apache/arrow-cookbook/edit/main/r/content/%s -rmd_files: [ - "index.Rmd", - "reading_and_writing_data.Rmd", - "creating_arrow_objects.Rmd", - "specify_data_types_and_schemas.Rmd", - "manipulating_data.Rmd" -] + +rmd_files: ["index.Rmd", "reading_and_writing_data.Rmd", "creating_arrow_objects.Rmd", "specify_data_types_and_schemas.Rmd", "arrays.Rmd", "tables.Rmd"] Review comment: Sorted now -- 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]
