Learn R Programming

squids (version 25.6.1)

extract_squids: Extract SQUIDs from a character vector

Description

This function simply looks for matches with

Usage

extract_squids(x)

Value

A character vector with SQUIDs

Arguments

x

The character vector

Examples

Run this code
example <-
  paste0(
    "some prefix text ", 1:5, " ",
    squids::squids(5),
    " ", letters[1:5], " some suffix text"
  );

squids::extract_squids(
  example
);

Run the code above in your browser using DataLab