From 6ef6ffe9129e2ed4b227f4f4a26144489e555e79 Mon Sep 17 00:00:00 2001 From: "Steven Paul Sanderson II, MPH" Date: Wed, 17 Jul 2024 09:13:25 -0400 Subject: [PATCH] Update README.Rmd --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index ae7cb8f..dd46876 100644 --- a/README.Rmd +++ b/README.Rmd @@ -44,5 +44,5 @@ This is a basic example which shows you how to solve a common problem: library(RandomWalker) ## basic example code rw30() |> - head() + head(5) ```