valentinitnelav / bootstrapnet

R package for bootstrapping indices of bipartite ecological networks
https://valentinitnelav.github.io/bootstrapnet/
MIT License
5 stars 2 forks source link

Set user input checks for the `data` argument and its column names #13

Closed valentinitnelav closed 4 years ago

valentinitnelav commented 4 years ago

The data argument should be a non-empty data.frame or data.table object and the columns names should match the user input for col_lower and col_higher. Also data should have at least 3 columns (plants, insects, counts).