Expotr text/dataframe to clipboard.

export_to_clipboard(ds_name = active_dataset_0(), sep = ",", ...)

export_to_clipboard_active_ds_tab()

export_to_clipboard_active_ds_tab_euro()

Arguments

ds_name

(string) Dataset's name.

sep

(string) Data field separator, if data frame is exported.

...

Arguments passed to clipr::write_clip.