insightsengineering / teal

Exploratory Web Apps for Analyzing Clinical Trial Data
https://insightsengineering.github.io/teal/
Other
176 stars 35 forks source link

[Bug]: reference outdated #1219

Open chlebowa opened 4 months ago

chlebowa commented 4 months ago

What happened?

https://insightsengineering.github.io/teal/latest-tag/reference/teal_modules.html

This is not true:

data (optional) When provided, the module will be called with teal_data object (i.e. a list of reactive (filtered) data specified in the filters argument) as the value of this argument.

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

Contribution Guidelines

Security Policy

donyunardi commented 4 months ago

Hi @chlebowa Which part of that statement isn't true?

chlebowa commented 4 months ago

This: i.e. a list of reactive (filtered) data specified in the filters argument. Neither is teal_data a list of reactives, there is no filters argument any more, it was replaced y datanames.

donyunardi commented 4 months ago

Thanks, let's fix this.