Interactively select folders of rds data to convert to csv
1 2 3 4 5 6 7 | create_button_call(window, button_name, text, width = 70)
select_folders_to_convert(rds_files)
folder_convert(rds_files)
csv_conversion_wrapper()
|
window |
a window from tcltk |
button_name |
character. Name for the button, most likely identical to
the value for |
text |
character. Text for the button label |
width |
numeric. Width for the window |
rds_files |
an internal object with information about existing rds files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.