Update analyst_guide_summary.md

This commit is contained in:
moralec 2020-12-01 16:53:17 +00:00
Родитель fe2950e1a3
Коммит 46a53f1d54
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/analyst_guide_summary.md поставляемый
Просмотреть файл

@ -38,7 +38,7 @@ sq_data %>% collaboration_summary(hrvar = "LevelDesignation")
By default, all summary functions exclude groups with less that five individuals. This is also something that can be adjusted, using the `mingroup()` argument:
```
sq_data %>% collaboration_sum(hrvar = "LevelDesignation", mingroup = 10)
sq_data %>% collaboration_summary(hrvar = "LevelDesignation", mingroup = 10)
```
Finally, you can also use "table" in the `return` argument, to obtain summary table instead of a plot. The `export()` function will copy all contents to the clipboard.