From bc7d78cb268734d821b99fef8812a6b8d0a4c6d9 Mon Sep 17 00:00:00 2001 From: lakikowolfe Date: Wed, 6 Dec 2023 14:37:26 -0800 Subject: [PATCH] document --- NAMESPACE | 4 +++- man/modifiedIn.Rd | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 man/modifiedIn.Rd diff --git a/NAMESPACE b/NAMESPACE index 6f25af5..62975e0 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,7 +1,7 @@ # Generated by roxygen2: do not edit by hand -export("%==%") export("%>%") +export("%modifiedIn%") export(calculate_items_per_manifest) export(convert_column_type) export(create_dashboard) @@ -56,6 +56,8 @@ export(update_data_flow_manifest) export(update_dfs_manifest) export(visualize_component) importFrom(glue,glue) +importFrom(lubridate,"%m+%") +importFrom(lubridate,"%m-%") importFrom(magrittr,"%>%") importFrom(shiny,NS) importFrom(shiny,tagList) diff --git a/man/modifiedIn.Rd b/man/modifiedIn.Rd new file mode 100644 index 0000000..d97b485 --- /dev/null +++ b/man/modifiedIn.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/mod_datatable_filters.R +\name{\%modifiedIn\%} +\alias{\%modifiedIn\%} +\title{Filtering operator} +\usage{ +e1 \%modifiedIn\% e2 +} +\description{ +A special operator that doesn't filter nulls +}