Description Usage Arguments Value Accepted crop Values Accepted disease Values Accepted location_description Values Accepted season Values Author(s) See Also Examples
View source: R/filter_fulcrum.R
Filters data retrieved using get_fulcrum
. Data can be filtered
by locations surveyed, crop, disease, location description or season.
1 2 | filter_fulcrum(fd, crop = NULL, disease = NULL,
location_description = NULL, season = NULL)
|
fd |
Required. Fulcrum data to be filtered. Data must be a result of
|
crop |
Optional. Character vector of crop(s) to filter on. |
disease |
Optional. Character vector of disease(s) to filter on. |
location_description |
Optional. Character vector of location(s) to filter on. |
season |
Optional. Character vector of season(s) to filter on. |
A tibble
of filtered Fulcrum data by the
requested parameters.
crop
ValuesAcceptable values for crop are
barley
,
canola
,
chickpea
,
maize
,
mungbean
,
peanut
,
sorghum
,
soybean
,
sunflower
,
wheat
disease
ValuesAcceptable values for disease are
Fusarium head blightscab
,
Net form net blotch
,
Spot form net blotch
,
Powdery mildew
,
Stem rust
,
Virus
,
Blackleg
,
Sclerotinia stem rot
,
Virus
,
Ascochyta blight
,
Botrytis grey mould
,
Fusarium wilt
,
Phytoplasma
,
Phytophthora root rot
,
Bacterial stalk rot and bacterial top rot
,
Charcoal rot
,
Common rust
,
Commonboil smut
,
Crazy top
,
Damping off
,
Diplodia cob rot
,
Downy mildew
,
Dwarf mosaic virus
,
Fusarium ear rot
,
Fusarium stalk rot
,
Head smut
,
Pythium stalk rot
,
Turcica leaf blight
,
Maydis leaf blight
,
Southern rust
,
Alternaria leaf spot
,
Bacterial blight
,
Damping off
,
Fusarium wilt
,
Gummy pod
,
Halo blight
,
Puffy pod
,
Rhizoctonia rot
,
Root lesion nematode
,
Sclerotinia stem rot
,
Sclerotium stem rot
,
Tan spot
,
TSV
,
Fusarium root rot
,
Neocosmospora root rot
,
Net blotch
,
Kernel shrivel syndrome
,
Root lesion nematode
,
Rust
,
Sclerotium base rot
,
Bacterial top and stalk rot
,
Damping off
,
Ergot
,
Fusarium head blight
,
Fusarium stalk rot
,
Grain mould
,
Head smut
,
Johnsongrass mosaic virus
,
Leaf blight
,
Root lesion nematode
,
Sclerotium base rot
,
Tar spot
,
Bacterial blight bacterial pustule
,
Damping off
,
Peanut mottle virus
,
Phomopsis seed decay
,
Phytophthora root stem and root rot
,
Pod stem cankerblight
,
Purple seed stain
,
Rhizoctonia rot
,
Root lesion nematode
,
Sclerotinia rot
,
Soybean mosaic virus
,
Apical chlorosis
,
Botrytis head rot grey mould
,
Rhizopus head rot
,
Sclerotinia rot
,
Sclerotium base rot
,
Stem cankerblight
,
Verticillium wilt
,
Crown rot
,
Common root rot
,
Leafbrown rust
,
Root lesion nematode
,
Septoria nodorum blotch
,
Stemblack rust
,
Stripeyellow rust
,
Yellow spot
or
White grain
location_description
ValuesAcceptable values for location are
farm field
,
commercial trial
,
research trial
or
roadside
.
season
ValuesAcceptable values for season are
Winter 2018
,
Summer 2018/19
,
Winter 2019
or
Summer 2019/20
.
Sparks, Adam H. adam.sparks@usq.edu.au
get_fulcrum
for retrieving and formatting Fulcrum
data
1 2 3 4 5 6 | ## Not run:
x <- get_fulcrum()
# map only mungbean surveys
x <- filter_fulcrum(fd = x, crop = "mungbean")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.