You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a quick overview of the dataset gathered in the [Funbiodiv project](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/funbiodiv/)**for internal use only**.
87
+
88
+
If you are a data provider, please have a look at the [Spatial tab](https://funbiodiv.github.io/shinyFunBioDiv/overview_Funbiodiv.html#spatial), select the project(s) of interest, and **verify that all information is correct and nothing is missing**.
89
+
If your project has some missing coordinates, you can view which plot is missing in the tab [missing coordinates](https://funbiodiv.github.io/shinyFunBioDiv/overview_Funbiodiv.html#missing-coordinates).
90
+
If you find any errors, please email [Axelle](mailto:axelle.tortosa@inrae.fr) or [Romain](mailto:romain.frelat@fondationbiodiversite.fr).
91
+
92
+
Thanks again for your help!
93
+
94
+
### Table
95
+
```{r}
96
+
DT::datatable(
97
+
study,
98
+
rownames = FALSE,
99
+
extensions = "Scroller",
100
+
width = "100%",
101
+
options = list(
102
+
pageLength = 15
103
+
),
104
+
caption = "Characteristics of the projects.'n_year_crop' is the number of plot x years x crop; 'n_plot' is the number of plot; 'unique_coordinates' is the number of unique coordinates; 'missing_coordinates' is the number of plot x years x crop with missing coordinates; 'site_missing' is the number of plot with missing coordinates; 'n_years' is the number of years with at least one plot; 'n_crops' is the number of different crops; 'years' are the different years with at least one plot. "
caption = "Characteristics of the projects.'n_year_crop' is the number of plot x years x crop; 'n_plot' is the number of plot; 'unique_coordinates' is the number of unique coordinates; 'missing_coordinates' is the number of plot x years x crop with missing coordinates; 'site_missing' is the number of plot with missing coordinates; 'n_years' is the number of years with at least one plot; 'n_crops' is the number of different crops; 'years' are the different years with at least one plot; 'div_crop' contains the different crops with at least one plot. "
0 commit comments