8000 Make package work w/o data files · Issue #67 · rBatt/trawlData · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Make package work w/o data files #67
Open
@rBatt

Description

@rBatt

Most of the functions are intended to interact with data files. However, they currently expect the data files to be part of the package, and don't typically require that the data object be passed as an argument to the function. This will cause problems when the data files are not installed along with the package itself.

A new scheme might go like this:

d <- get_data_file('ai') # new function not yet implemented
trawlData_operation(d) # any old trawl data function, will now require that the data.table be passed as argument

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels< 31E5 div class="Box-sc-g0xbh4-0 flpEwB">
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0