How To Import a Microsoft Excel File
The go to tool comes from the readxl library in R. We can install it with:
install.packages("readxl")
To use it, the Markdown must call it – make it active – just as we must at the command line to make it work. The Files pane will make this easier, we can right click to import and get code from the subsequent interaction.