From e920b3e514e717fc05ed524267d3b53e272fec51 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Mon, 6 Jan 2025 23:55:43 +0000 Subject: Update web app entry point - Rename 'app' -> 'web' - Return shiny app object in entry point function --- .../content/data/enter-data/required-format.html | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 inst/app/templates/content/data/enter-data/required-format.html (limited to 'inst/app/templates/content/data/enter-data/required-format.html') diff --git a/inst/app/templates/content/data/enter-data/required-format.html b/inst/app/templates/content/data/enter-data/required-format.html deleted file mode 100644 index 724dd83..0000000 --- a/inst/app/templates/content/data/enter-data/required-format.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -
-
-

Manually enter rows or upload a CSV file in the following format:

-

- Dataset name,Time units,Case counts -

-

- Time units must be one of - Days or - Weeks, and - Case counts - must be a comma-separated list of one or more non-negative integers. -

-

Example:

-

- Disease A,Days,1,2,3,4,5,6,7,8,9
- Disease B,Weeks,3,1,4,1,5,2,9
- Disease C,Days,2,3,5,7,11,13,17,19 -

-
-
-- cgit v1.2.3