Adjust the size of selected tableau file/files.
adjust_tableau_size(
import_files,
save_location = NULL,
maxheight = NULL,
maxwidth = NULL,
minheight = NULL,
minwidth = NULL
)
tableau file with the correct size.
selected tableau file or folder, to change its size. If it is only one file, make sure it is a twb file.
The location to which the adjusted tableau file will be saved (this needs to be a .twb file). If empty, the adjusted tableau file will be overwritten.
Max height for tableau file, if NULL use system variables.
Max width for tableau file, if NULL use system variables.
Min height for tableau file, if NULL use system variables.
Min width for tableau file, if NULL use system variables.
Other xml:
check_dashboard_names()
,
get_actions()
,
get_folders()
,
get_hierarchy()
,
get_nodenames()
,
get_parameter()
,
get_revision()
,
get_server_location()
,
get_tableau_data_source()
,
get_variable_folders()
,
get_variables()
,
get_workbook_id()
,
get_workbook_tabs()
,
make_rootnodes()