From d4a3db6d81462e11d087c19b7ed23970862201fc Mon Sep 17 00:00:00 2001 From: Moohan Date: Thu, 11 Jan 2024 12:52:23 +0000 Subject: [PATCH] Update documentation --- man/get_resource_sql.Rd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/get_resource_sql.Rd b/man/get_resource_sql.Rd index 14268a2..4f2d4cd 100644 --- a/man/get_resource_sql.Rd +++ b/man/get_resource_sql.Rd @@ -47,15 +47,15 @@ df <- get_resource_sql(sql) # This is equivalent to: cols <- c( - "TotalCancelled", "TotalOperations", - "Hospital", "Month" + "TotalCancelled", "TotalOperations", + "Hospital", "Month" ) row_filter <- c(Hospital = "D102H") df2 <- get_resource( - "bcc860a4-49f4-4232-a76b-f559cf6eb885", - col_select = cols, - row_filters = row_filter + "bcc860a4-49f4-4232-a76b-f559cf6eb885", + col_select = cols, + row_filters = row_filter ) } \seealso{