
Save/Update socials data to local file
cocoon_update.RdSave/Update your local copy of the contact information.
Arguments
Data frame. Data frame of previously fetched/loaded social contact information. Data frame with three columns `type`, `value` and `github` to indicate the type and value of the contact information and the GitHub username identifying the individual.
- type
Character. Type of `value` (e.g., "github" for github handle)
- value
Character. Value to search by
Examples
if (FALSE) { # local_eg()
socials_fetch("steffilazerte") |>
cocoon_update()
# Or directly
cocoon_update("steffilazerte")
# Or add parts
cocoon_update("steffilazerte", type = "name", value = "Stefanie LaZerte")
}