getProjectTags: return the tags registered for a project with motus

Description Usage Arguments Value Author(s)

View source: R/getProjectTags.R

Description

The tags are returned as a tbl_df, with some columns given class attributes, and others added for convenience.

Usage

1
getProjectTags(projectID)

Arguments

projectID:

integer scalar; motus internal project ID

Value

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:

  1. id is set to the numeric equivalent of the manufacturer

  2. 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 )

  3. year is set to the year of registration

  4. iPeriod is the period, rounded to the nearest second.

If no tags are registered for the project, returns NULL.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


jbrzusto/motusServer documentation built on May 19, 2019, 8:19 a.m.