View source: R/getProjectTags.R
getProjectTags | R Documentation |
The tags are returned as a tbl_df, with some columns given class attributes, and others added for convenience.
getProjectTags(projectID)
projectID: |
integer scalar; motus internal project ID |
a dplyr::tbl_df object of tags registered to the given project. This is both a dplyr::tbl and a data.frame, so both data.frame and dplyr methods can be used on it. Each row corresponds to a tag. The timestamp columns are given the class c("POSIXt", "POSIXct"). New columns are added:
id is set to the numeric equivalent of the manufacturer
iid is round(id)
, which is the unaltered manufacturer ID
as an integer (tags might have been registered with digits after the
decimal point to distinguish among those with identical ID but different BI )
year is set to the year of registration
iPeriod is the period, rounded to the nearest second.
If no tags are registered for the project, returns NULL.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.