Split multiple tables in spreadsheets into separate dataframes
1  | split_cells(.data, pattern, rows = TRUE, cols = TRUE, starts = TRUE)
 | 
.data | 
 A table of tidy spreadsheet data (i.e., with columns   | 
pattern | 
 Pattern to modify behaviour.  | 
rows | 
 One of: a vector of spreadsheet row indexes; a logical vector with
length equal to the row count of dataframe   | 
cols | 
 One of: a vector of spreadsheet column indexes; a logical vector with
length equal to the column count of dataframe   | 
starts | 
 Whether the pattern indicates the start of a table or the end of the table.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.