• Append the content of all nodes to the storage file for the given feature

    Type Parameters

    • T

    Parameters

    • name: string

      The name of the feature Feature#name

    • fn: keyof T

      The name of the feature-aspect to record

    • nodes: string[] | Node[] | object[]

      The nodes to append, you may pass already transformed string contents

    • context: undefined | string

      The context of the information retrieval (e.g. the name of the file that contained the R source code)

    • unique: boolean = false

      Should duplicate entries be removed on addition

    Returns void