#install.packages("tidyverse")

This a sample RMarkdown file to test sharing. Previous projects export attempts had crytic errors.

#get some sample data, this puts it in the Global Environment
data("PlantGrowth")

# make a dataframe
sample <- list(PlantGrowth)

Now, try to publish