************* exportContigs ************* .. container:: ============= =============== exportContigs R Documentation ============= =============== .. rubric:: Export the contigs of a SQM object :name: exportContigs .. rubric:: Description :name: description Export the contigs of a SQM object .. rubric:: Usage :name: usage .. code:: R exportContigs(SQM, output_name = "") .. rubric:: Arguments :name: arguments +-----------------+---------------------------------------------------+ | ``SQM`` | A SQM object. | +-----------------+---------------------------------------------------+ | ``output_name`` | A connection, or a character string naming the | | | file to print to. If "" (the default), sequences | | | will be printed to the standard output | | | connection. | +-----------------+---------------------------------------------------+