View source: R/compare_gfdata.R
compare_gfdata | R Documentation |
Compare preliminary and finalized 'GreenFeed' data.
prelimrep |
a data frame with preliminary 'GreenFeed' data |
finalrep |
a data frame with finalized 'GreenFeed' data |
start_date |
a character string representing the start date of the study (format: "dmy") |
end_date |
a character string representing the end date of the study (format: "dmy") |
Data frame including records removed from preliminary and final reports
# Datasets with preliminary and finalized GreenFeed data
prelimrep <- system.file("extdata", "StudyName_GFdata.csv", package = "greenfeedr")
finalrep <- system.file("extdata", "StudyName_FinalReport.xlsx", package = "greenfeedr")
data <- compare_gfdata(
prelimrep,
finalrep,
start_date = "2024-05-13",
end_date = "2024-05-20"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.