Skip to contents

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.