The @iparam <name> <description> tag can be used in roxygen2 documentation
of a function to describe a dataframe parameter. The function must be using
interfacer::iface to define the input dataframe parameter format. The
@iparam tag will then generate documentation about the type of dataframe
the function is expecting.