powered by
Print method for token
# S3 method for ActivityIndex print(x, ...)
an object used to select a method.
further arguments passed to or from other methods
No return value, called for side effects
# NOT RUN { x = data.frame(RecordNo = rnorm(100), AI = rnorm(100)) class(x) = c("ActivityIndex", class(x)) print(x) # }
Run the code above in your browser using DataLab