Generate a LaTeX environment
latex_environment.RdGenerate a LaTeX environment
Arguments
- x
The contents of the environment, a scalar vector where it will be collapsed with newlines.
- environment_name
The name of the environment (like "tabular" or "minipage")
- required_args
A list of the required arguments to the environment, in order.
- optional_args
A named list of the optional arguments to the environment, in order. It is an error for an optional argument to be NULL prior to a non-optional argument.