diff --git a/articles/disp.html b/articles/disp.html index e1ddee8..2ec9b01 100644 --- a/articles/disp.html +++ b/articles/disp.html @@ -75,7 +75,7 @@

How to set up a listings module using dispatchers

-

Dispatchers are helper functions that allow accessing data and utility functions inside module manager in a dynamic way. Refer to ?dv.manager::mm_dispatch for more information about their functionalities. The boxes below show two examples on how they can be used to set up a listings module. Note that it is not possible to use both arguments, dataset_names and dataset_disp, at the same time in a mod_listings() call.

+

Dispatchers are helper functions that allow accessing data and utility functions inside module manager in a dynamic way. Refer to ?dv.manager::mm_dispatch for more information about their functionalities. The boxes below show two examples on how they can be used to set up a listings module. Note that it is not possible to use both arguments, dataset_names and dataset_disp, at the same time in a mod_listings() call.

a. Filtered data

@@ -83,7 +83,7 @@

a. Filtered data
 dv.listings::mod_listings(
   module_id = "mod2a",
-  dataset_disp = dv.manager::mm_dispatch(
+  dataset_disp = dv.manager::mm_dispatch(
     from = "filtered_dataset",
     selection = c("adsl", "adae", "adtte")
   )
@@ -96,7 +96,7 @@ 

b. Unfiltered data
 dv.listings::mod_listings(
   module_id = "mod2b",
-  dataset_disp = dv.manager::mm_dispatch(
+  dataset_disp = dv.manager::mm_dispatch(
     from = "unfiltered_dataset",
     selection = c("adsl", "adae", "adtte")
   )
diff --git a/index.html b/index.html
index 1b16341..f2e9b36 100644
--- a/index.html
+++ b/index.html
@@ -140,7 +140,7 @@ 

Example) # 4. Launch the app -dv.manager::run_app( +dv.manager::run_app( data = list("MyData" = data_list), module_list = module_list, filter_data = "adsl" diff --git a/pkgdown.yml b/pkgdown.yml index 3b72a73..cbcdeda 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: disp: disp.html -last_built: 2024-04-29T14:10Z +last_built: 2024-04-29T14:15Z diff --git a/reference/mod_listings.html b/reference/mod_listings.html index 70fb4e9..a071af8 100644 --- a/reference/mod_listings.html +++ b/reference/mod_listings.html @@ -142,7 +142,7 @@

Examples) # 4. Launch the app -dv.manager::run_app( +dv.manager::run_app( data = list("MyData" = data_list), module_list = module_list, filter_data = "adsl"