Nothing
Code
read_excel(test_sheet("iris-excel-xlsx.xlsx"), col_names = LETTERS[1:3])
Error <simpleError>
Sheet 1 has 5 columns (5 unskipped), but `col_names` has length 3.
Code
read_excel(test_sheet("iris-excel-xls.xls"), col_names = LETTERS[1:3])
Error <simpleError>
Sheet 1 has 5 columns (5 unskipped), but `col_names` has length 3.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.