Skip to contents

Updates the attributes of an existing beacon.

Usage

Beacon.update(id, env = get_connection(), ...)

Arguments

id

The ID of the beacon to update.

env

(optional) Custom client environment.

...

Beacon attributes to change.

Examples

if (FALSE) { # \dontrun{
Beacon.update(
  id = "1234",
  title = "New Beacon Title"
)
} # }