Skip to content

Common Functions

FMDData.FMDData Module
julia
FMDData

A Julia package for cleaning and processing Foot-and-Mouth Disease (FMD) seroprevalence data from Indian Council of Agricultural Research (ICAR) annual reports.

source
FMDData.icar_cleaned_dir Method
julia
icar_cleaned_dir(args...)

Returns the absolute path to the cleaned directory, which contains the cleaned ICAR report data.

source
FMDData.icar_inputs_dir Method
julia
icar_inputs_dir(args...)

Returns the absolute path to the extracted-seroprevalence-tables directory, which contains the raw ICAR report data.

source
FMDData.icar_outputs_dir Method
julia
icar_outputs_dir(args...)

Returns the absolute path to the icar-seroprevalence directory, which contains the cleaned and processed data.

source
FMDData.icar_processed_dir Method
julia
icar_processed_dir(args...)

Returns the absolute path to the processed directory, which contains the processed ICAR report data.

source
FMDData.input_dir Method
julia
input_dir(args...)

Returns the absolute path to the inputs directory of the project.

source
FMDData.skip_missing_and_nan Function
julia
skip_missing_and_nan

Convenience function to skip missing and/or NaN values in a iterator.

Returns another iterator.

source
FMDData.skip_nothing Function
julia
skip_nothing

Convenience function to skip nothing values in an iterator

Returns another iterator.

source
FMDData.update_regex Method
julia
update_regex(
    original_reg::Regex,
    find_reg::Regex,
    substitution_str::SubstitutionString
)

Update a Regex string using regex and a substitution string.

source