ll_summarize_cloud_data_experiment_links: Cloud data / experiment links summary

ll_summarize_cloud_data_experiment_linksR Documentation

Cloud data / experiment links summary

Description

Utility function to combine experimental device links with devices cloud data. Will join by device_name, device_id or both, depending on which of these are in both the cloud_data and experiment_device_links tables.

Usage

ll_summarize_cloud_data_experiment_links(
  cloud_data = tibble(),
  experiment_device_links = tibble(),
  linked = TRUE,
  unlinked = TRUE
)

Arguments

experiment_device_links

the links between devices and experiments, see ll_get_experiment_device_links

linked

whether to include linked data

unlinked

whether to include unlinked data


KopfLab/lablogger documentation built on July 6, 2023, 12:03 a.m.