copy_cb()
Copy a Dataframe to Clipboard
read_cb()
Read Data with Header from Clipboard
read_cb_hl()
Read Headerless Data from Clipboard
read_cb_trbl()
Read Clipboard as Tribble
simply_write_csv()
Write to CSV
write_full_excel()
Write a List of Dataframes as an Excel
write_temp_csv()
Write CSV to a Temporary File
write_temp_delim()
A simply write txt to a temp file with a logging feature
write_temp_xlsx()
Write a List of Dataframes as a Temporary Excel
read_clipboard()
Read a Dataframe from Clipboard
read_full_excel()
Read an Entire Excel Workbook
read_gdoc_as_docx()
Read Google Doc as Officer Package Object
read_gdoc_as_txt()
Read Google Doc as Text
read_gsheet()
Read a Google Sheet
simply_read_csv()
Read a CSV as All Text
view_as_csv()
View a Dataframe in a Temporary CSV File
view_as_xlsx()
View a Dataframe in a Temporary Excel File
docx_to_gfm()
Converts all docx files in the working directory to markdown
docx_to_md()
docx_to_rmd()
is_csv()
Does the file have a csv extension?
is_excel()
Does the file have an xlsx extension?
make_trbl()
Make a Tribble Skeleton