Given a directory content targeted for deployment, write a manifest.json into that directory describing the deployment requirements for that content.
writeManifest(appDir = getwd(), appFiles = NULL,
appPrimaryDoc = NULL, contentCategory = NULL)Directory containing the content (Shiny application, R Markdown document, etc).
Optional. The full set of files and directories to be
included in future deployments of this content. Used when computing
dependency requirements. When NULL, all files in appDir are
considered.
Optional. Specifies the primary document in a content
directory containing more than one. If NULL, the primary document is
inferred from the file list.
Optional. Specifies the kind of content being
deployed (e.g. "plot" or "site").