dataframe_convert {rgoogleslides} | R Documentation |
Convert dataframe to dataframe with rows and columns
dataframe_convert(data = NULL, headers = TRUE)
data |
Dataframe of the dataset that is to be converted so that it can be used with the google slides API |
headers |
Boolean to indicate whether to convert taking in mind of the headers or not |