How do I view warnings after building my book using the Build book (or ctrl+shift+B) option? When I try typing warnings() into console, nothing shows up, despite being assured there are 13 warnings!
Build book
warnings()
you can try building the book in your console, using the current R process. with bookdown::render_book(). After that, warning should be available I think
bookdown::render_book()