MyNixOS website logo
Description

Darwinizer: Darwin Core (DwC) Field Names Standardization.

The 'shiny' application 'bdDwC' makes biodiversity data field names Darwin Core compatible.

Travis CI Build Status AppVeyor Build Status Coverage Status

bdDwC

Darwinazing biodiversity data in R (this package is in preparation stage and soon will be submitted to CRAN).

"Darwin Core is a standard maintained by the Darwin Core maintenance group. It includes a glossary of terms intended to facilitate the sharing of information about biological diversity by providing identifiers, labels, and definitions." Darwin Core

bdDwC is R package (soon to be submitted to CRAN) that user can Darwinize given data using shiny application interface. This package is part of bd-R and soon will be implemented into two other packages bdchecks and bdclean

This package lets user to:

  • Upload users dataset.
  • Upload users dictionary.
  • Run automatic Darwinizer.
  • Perform manual renaming.

All these actions are done within reactive shiny environment.


Install bdDwC with:

devtools::install_github("bd-R/bdDwC")

Run bdDwCshiny app with:

library(bdDwC)
runDwC()

To use bdDwC from the command line:

Load bdDwC package

library(bdDwC)

bdDwC contains Indian Reptile dataset bdDwC:::dataReptiles.
Darwinize data with darwinizeNames (replace bdDwC:::dataReptiles with wanted dataset):

result <- darwinizeNames(dataUser = bdDwC:::dataReptiles,
                        dataDWC   = bdDwC:::dataDarwinCloud$data)

Rename your data using bdDwC with renameUserData:

# Replace `bdDwC:::dataReptiles` with wanted dataset
renameUserData(bdDwC:::dataReptiles, result)

To get newest version of Darwin Cloud Data run:

downloadCloudData()

which will download data from the remote repository and extract field and standard names.

Metadata

Version

0.1.15

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows