[Basic R Commands]
df = specific_data_frame clip <- pipe("pbcopy", "w"); write.table(df, file=clip, sep = '\t', row.names = FALSE); close(clip)