Getting Started

Code
library(rpt)

1 Introduction

This vignette provides an introduction to the {rpt} package.

2 Basic Usage

Here’s a basic example:

Code
# Example usage
example_function(c(1, 2, 3, 4, 5))
#> [1] 3

3 Next Steps

For more information, see the package documentation.