diff --git a/man/logDetailsParseRecord.Rd b/man/logDetailsParseRecord.Rd index ac56ad0..3d10052 100644 --- a/man/logDetailsParseRecord.Rd +++ b/man/logDetailsParseRecord.Rd @@ -25,13 +25,5 @@ print(parsed_details) Lynne & Jubilee } \note{ -Replaces deprecated \code{parseLogDetails()} function. -} -Details -This function splits log details into pairs using regular expressions, then iterates over pairs to extract keys and values. It handles checkboxes by converting "unchecked" and "checked" to 0 and 1, respectively. -Return Value -A list of key-value pairs, where keys are character strings and values are character strings or numeric values (for checkboxes). -Warnings -If unparseable content is encountered, a warning is issued with the problematic content. -Replacement for -\code{parseLogDetails()} (deprecated since version 0.3.0) \ No newline at end of file +Replaces deprecated parseLogDetails() function. +} diff --git a/man/logDetailsParseRecordInstance.Rd b/man/logDetailsParseRecordInstance.Rd index 6f3d9c4..2cf077d 100644 --- a/man/logDetailsParseRecordInstance.Rd +++ b/man/logDetailsParseRecordInstance.Rd @@ -25,11 +25,5 @@ print(instance_numbers) Lynne & Jubilee } \note{ -Replaces deprecated \code{parseLogDetailsToInstance()} function. -} -Details -This function uses regular expressions to extract instance numbers from log details. If no instance number is found, it defaults to '1'. -Return Value -A character vector of instance numbers. -Replacement for -\code{parseLogDetailsToInstance()} (deprecated since version 0.3.0) \ No newline at end of file +Replaces deprecated parseLogDetailsToInstance() function. +} diff --git a/man/parseLogDetails.Rd b/man/parseLogDetails.Rd index b8a1603..f451639 100644 --- a/man/parseLogDetails.Rd +++ b/man/parseLogDetails.Rd @@ -27,6 +27,6 @@ print(parsed_details) \author{ Lynne & Jubilee } -\deprecated{ +\note{ Use \code{logDetailsParseRecord()} instead. -} \ No newline at end of file +} diff --git a/man/parseLogDetailsToInstance.Rd b/man/parseLogDetailsToInstance.Rd index c935122..3f51d3f 100644 --- a/man/parseLogDetailsToInstance.Rd +++ b/man/parseLogDetailsToInstance.Rd @@ -25,6 +25,6 @@ result <- logDetailsParseRecordInstance(log_details) \author{ Lynne & Jubilee } -\deprecated{ +\note{ Use \code{logDetailsParseRecordInstance()} instead. -} \ No newline at end of file +}