powered by
Print methods for accrual objects
# S3 method for accrual_df print(x, head = TRUE, ...)# S3 method for accrual_list print(x, ...)
# S3 method for accrual_list print(x, ...)
No return value
object of class 'accrual_df' or 'accrual_list' produced by accrual_create_df.
show header of the accrual data?
arguments passed to head
data(accrualdemo) accrual_df<-accrual_create_df(accrualdemo$date) print(accrual_df) # only show text print(accrual_df, head = FALSE) # show first 15 days print(accrual_df, n = 15)
Run the code above in your browser using DataLab