Skip to content
jubilee2 edited this page Dec 18, 2024 · 2 revisions

Welcome to the rcUtils Wiki!

Overview

rcUtils is an R library providing utility functions for parsing and analyzing log data.

Installation

To install rcUtils, run:

devtools::install_github("jubilee2/rcUtils")

Functions

Log Parsing Functions

  1. logDetailsParseDQ Parses data query log details into a structured format.
  2. logDetailsParseRecord Extracts key-value pairs from log details.
  3. logDetailsParseRecordInstance Extracts instance numbers from log details.

Log Analysis Functions

  1. queryLogSummary Summarizes query logs by extracting relevant information.
  2. logFilter Filters log actions based on specified types.

Documentation

For detailed documentation, visit our Wiki page.

Contributing

Contributions are welcome! Please submit issues or pull requests on GitHub.

License

rcUtils is licensed under the MIT License.

Acknowledgments

Special thanks to Lynne and Jubilee for their valuable contributions.