adjust_tableau_size {vvtableau} | R Documentation |
adjust_tableau_size
Description
Adjust the size of selected tableau file/files.
Usage
adjust_tableau_size(
import_files,
save_location = NULL,
maxheight = NULL,
maxwidth = NULL,
minheight = NULL,
minwidth = NULL
)
Arguments
import_files |
selected tableau file or folder, to change its size. If it is only one file, make sure it is a twb file. |
save_location |
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. |
maxheight |
Max height for tableau file, if NULL use system variables. |
maxwidth |
Max width for tableau file, if NULL use system variables. |
minheight |
Min height for tableau file, if NULL use system variables. |
minwidth |
Min width for tableau file, if NULL use system variables. |
Value
tableau file with the correct size.
See Also
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()