You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recognize that orbi_define_block_for_flow_injection is the more universal function and should just be renamed to orbi_define_block (with orbi_define_block_for_dual_inlet being the more specialized case) - with proper deprecation of course that the old orbi_define_block_for_flow_injection still exists but throws a warning once every 8 hours that it's now just orbi_define_block
rename sample_name to block_name in orbi_define_block since sample_name is too specific, this can be a reference material or a sample and sample_name is confusing in this context
allow for filename parameter to specify which file(s) to define a block for (this make sense for both orbi_define_block and orbi_define_blocks_for_dual_inlet) - default is NULL which means define the block for all files
there's several aspect so this feature request:
orbi_define_block_for_flow_injectionis the more universal function and should just be renamed toorbi_define_block(withorbi_define_block_for_dual_inletbeing the more specialized case) - with proper deprecation of course that the oldorbi_define_block_for_flow_injectionstill exists but throws a warning once every 8 hours that it's now justorbi_define_blocksample_nametoblock_nameinorbi_define_blocksincesample_nameis too specific, this can be a reference material or a sample andsample_nameis confusing in this contextfilenameparameter to specify which file(s) to define a block for (this make sense for bothorbi_define_blockandorbi_define_blocks_for_dual_inlet) - default is NULL which means define the block for all filesorbi_define_blocks_from_tablefunction that allows block definitions from a tibble or csv/tsv/xlsx file - careful to still allow dynamic assignment ofsample_namefrom other variables (see orbi_define_block_for_flow_injection does not allow dynamic definition of sample_name #64)@123caj and @FR86, what do you think of this implementation suggestion?