notes.commented: notes commented Function

Description Usage Arguments Value

View source: R/comments.R

Description

This function prints the comments associated with the supplied R object.

Usage

1
2
3
## S3 method for class 'commented'
notes(x, ids = NULL, commentonly = NULL,
  showtimestamps = FALSE, showcategories = FALSE)

Arguments

x

R object to print the comments from

ids

vector of comment id's to return

commentonly

default = FALSE, set to TRUE to only return the comment text

showtimestamps

boolean to indicate if timestamps for each comment should be shown or hidden

showcategories

boolean to indicate if the category of each comment should be shown or hidden

Value

print out of comments in tabular form


mandpd/comments documentation built on May 5, 2019, 7:57 p.m.