diff --git a/DESCRIPTION b/DESCRIPTION index 7efe22a1fa..5445548ad3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -71,7 +71,7 @@ LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Collate: - 'data-data-utils.R' + 'data-ddl-utils.R' 'data-transform_module.R' 'dummy_functions.R' 'get_rcode_utils.R' diff --git a/man/ddl.Rd b/man/ddl.Rd new file mode 100644 index 0000000000..5d53020f17 --- /dev/null +++ b/man/ddl.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data-ddl-utils.R +\name{ddl} +\alias{ddl} +\title{Convenience wrapper for ddl} +\usage{ +ddl(code, input_mask, ui, server) +} +\description{ +Convenience wrapper for ddl +} diff --git a/man/dot-substitute_code.Rd b/man/dot-substitute_code.Rd index e1305affae..cd29296600 100644 --- a/man/dot-substitute_code.Rd +++ b/man/dot-substitute_code.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data-data-utils.R +% Please edit documentation in R/data-ddl-utils.R \name{.substitute_code} \alias{.substitute_code} \title{Substitute symbols in the code} diff --git a/man/eval_and_mask.Rd b/man/eval_and_mask.Rd index 6b107be887..8f3535c23d 100644 --- a/man/eval_and_mask.Rd +++ b/man/eval_and_mask.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data-data-utils.R +% Please edit documentation in R/data-ddl-utils.R \name{eval_and_mask} \alias{eval_and_mask} \title{Function runs the \code{code}, masks the \code{code} and creates \code{teal_data} object.}