Retrieves detailed information for a specific Minka project
using either its unique project_id or its group identifier (grpid).
Value
A single-row tibble with project metadata. If the project is
not found, returns an empty tibble with the same column structure.
Columns are:
- id
Project identifier, integer.
- title
Project title, character.
- created_at
Creation timestamp, character in ISO 8601 format.
- subscrib_users
Total number of subscribed users, integer.
- place_id
Associated place identifier, integer or
NA.- slug
URL slug, character.
- description
Project description, character.
Details
You must provide either project_id or grpid. If you
do not know the identifier, use mnk_proj_byname to find it.
A Minka grpid or slug is typically the project name formatted with
hyphens (e.g., 'biomarato-barcelona-2025'). You can find it in the URL of
the project's page.
