Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

abjutils

AppVeyor build status Travis-CI Build Status CRAN_Status_Badge

Overview

abjutils is a toolkit with some useful functions widely used by the Brazilian Jurimetrics Association. Most functions help deal with lawsuit identification numbers (unified by CNJ, the National Council of Justice), while the rest are supposed to help ASCII-compliance and other formatting issues.

To install this package, simply run:

# To install CRAN version
install.packages("abjutils")

# To install GitHub (dev) version
install.packages("devtools")
devtools::install_github("abjur/abjutils")

Usage

abjutils has many functions, but for regular users the most useful ones are listed below

  • rm_accent: removes diacritics from a string

  • escape_unicode: replaces accented characters by their unicode-escaped values (also an add-in)

Citations

To cite this package, use citation("abjutils"):

To cite package ‘abjutils’ in publications use:

  Associacao Brasileira de Jurimetria (2020). abjutils:
  Useful Tools for Jurimetrical Analysis Used by the
  Brazilian Jurimetrics Association. R package version
  0.0.1. https://github.com/abjur/abjutils

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {abjutils: Useful Tools for Jurimetrical Analysis Used by the Brazilian Jurimetrics Association},
    author = {Associacao Brasileira de Jurimetria},
    year = {2020},
    note = {R package version 0.3.0},
    url = {https://github.com/abjur/abjutils},
  }

About

Useful functions for the Brazilian Jurimetrics Association

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.