Following along with this section, it wasn't clear how to make the dijon_prices object read out to the console. I found that I needed to load it in first using data("dijon_prices") before it could be read out as the book shows. Maybe something to that effect can be added to this section for clarity.
Following along with this section, it wasn't clear how to make the
dijon_pricesobject read out to the console. I found that I needed to load it in first usingdata("dijon_prices")before it could be read out as the book shows. Maybe something to that effect can be added to this section for clarity.