inst/doc/squids.R

## -----------------------------------------------------------------------------
exampleSQUIDs <-
  squids::squids(5);

## -----------------------------------------------------------------------------
exampleSQUIDs;

## -----------------------------------------------------------------------------
squids::squids(
  5,
  follow = exampleSQUIDs
);

## -----------------------------------------------------------------------------
squids::squids(
  5,
  follow = exampleSQUIDs,
  followBy = 30
);

## ----setup--------------------------------------------------------------------

Try the squids package in your browser

Any scripts or data that you put into this service are public.

squids documentation built on June 8, 2025, 1:51 p.m.