From 887c57c423ca8318d482a9f85514b3d6f281a696 Mon Sep 17 00:00:00 2001 From: kfiliyork <116465911+kfiliyork@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:26:32 -0400 Subject: entry.html (renamed bulk-entry) --- .../templates/content/data/enter-data/entry.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 inst/app/templates/content/data/enter-data/entry.html (limited to 'inst') diff --git a/inst/app/templates/content/data/enter-data/entry.html b/inst/app/templates/content/data/enter-data/entry.html new file mode 100644 index 0000000..be43625 --- /dev/null +++ b/inst/app/templates/content/data/enter-data/entry.html @@ -0,0 +1,48 @@ + + + + +
+
+

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:

+

+ Montreal,Days,1,2,3,4,5,6,7,8,9,19
+ Ottawa,Weeks,1,2,3,4,5,6,7,8,9,19
+ Toronto,Days,1,2,3,4,5,6,7,8,9,19 +

+
+
+ +
+ + +
+ +
+ +
+ + + + +
+ + +
+ -- cgit v1.2.3