gtm_workspaces_preview: Preview the compilation of a container version
Description
Quick previews a workspace by creating a fake container version from all entities in the
provided workspace. It returns a container object, and if there are any conflicts, sync errors
or compiler errors in the workspace
# NOT RUN {# }# NOT RUN {accountId <- 1234567
containerId <- 7654321
workspaceId <- 6
preview <- gtm_workspaces_preview(accountId, containerId, workspaceId)
# }# NOT RUN {# }