wind_detection_summarize_json: Summarize wind detection results

View source: R/wind_detection_functions.R

wind_detection_summarize_jsonR Documentation

Summarize wind detection results

Description

[Experimental]

This function takes output from the command line program and summarizes it. Details of the wind detection software can be found at https://github.com/dhope/WindNoiseDetection.

Usage

wind_detection_summarize_json(f)

Arguments

f

filepath for json

#'

Value

tibble of summarized data from json file

Examples

# example code

 example_json <- system.file("extdata",
 "P71-1__20210606T232500-0400_SS.json",
 package = "ARUtools"
 )

 wind_summary <- wind_detection_summarize_json(example_json)


ARUtools documentation built on Oct. 9, 2024, 1:07 a.m.