powered by
This function takes in one single page element property and one dataset at each time for uploading to a single slide
create_data_table( id = NULL, page_element_property = NULL, data = NULL, headers = TRUE )
ID of the presentation slide
A list that contains a page element property. The page element is to be generated by the page_element_property function in this package.
Dataframe of the dataset that is to be converted so that it can be used with the google slides API
Boolean to indicate whether to convert taking in mind of the headers or not
# NOT RUN { library(googleslides) authorize() slide_page <- page_element_property(['slide-id-2']) create_data_table("presentation-slide-id", slide_page, iris[1:5,]) # }
Run the code above in your browser using DataLab