Description Usage Arguments Details See Also
Safely updates existing project metadata to be compatible with
projects 1.X.X.
1 | update_metadata(ask = TRUE)
|
ask |
Logical, indicating whether or not the user would be asked at the
command line whether or not to proceed. Defaults to |
Prior to projects 1.X.X, the stage,
current_owner, corresp_auth, and creator columns of the
projects() table were different.
The stage column was a factor, and users had to type stage
names exactly, down to the integer, colon, and space. Now, this column is of
class projects_stage-class.
The latter three columns were integers corresponding to ids in the
authors() table, so users would have to query that table if
they did not remember which author was denoted by the integer id.
projects_stage-class;
projects_author-class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.