hasTags function

Check if function has assigend special tags.

Check if function has assigend special tags.

Each single-objective smoof function has tags assigned to it (see getAvailableTags). This little helper returns a vector of assigned tags from a smoof function.

hasTags(fn, tags)

Arguments

  • fn: [smoof_function] Function of smoof_function, a smoof_generator or a string.

  • tags: [character]

    Vector of tags/properties to check fn for.

Returns

[logical(1)]

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10