readabs | tidy time series data from the Australian Bureau | Data Visualization library

 by   MattCowgill R Version: 0.4.13 License: Non-SPDX

kandi X-RAY | readabs Summary

kandi X-RAY | readabs Summary

readabs is a R library typically used in Analytics, Data Visualization applications. readabs has no bugs, it has no vulnerabilities and it has low support. However readabs has a Non-SPDX License. You can download it from GitHub.

{readabs} helps you easily download, import, and tidy data from the Australian Bureau of Statistics within R. This saves you time manually downloading and tediously tidying data and allows you to spend more time on your analysis.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              readabs has a low active ecosystem.
              It has 86 star(s) with 17 fork(s). There are 12 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 13 open issues and 100 have been closed. On average issues are closed in 100 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of readabs is 0.4.13

            kandi-Quality Quality

              readabs has no bugs reported.

            kandi-Security Security

              readabs has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              readabs has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              readabs releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of readabs
            Get all kandi verified functions for this library.

            readabs Key Features

            No Key Features are available at this moment for readabs.

            readabs Examples and Code Snippets

            readabs ,Download, import, and tidy ABS time series data
            Rdot img1Lines of Code : 63dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            library(readabs)
            #> Environment variable 'R_READABS_PATH' is unset. Downloaded files will be saved in a temporary directory.
            #> You can set 'R_READABS_PATH' at any time. To set it for the rest of this session, use
            #>  Sys.setenv(R_READABS_PA  
            copy iconCopy
            read_payrolls()
            #> File downloaded in /var/folders/_4/ngvkm2811nbd8b_v66wytw1r0000gn/T//Rtmp3viWaA/6160055001_DO004.xlsx
            #> # A tibble: 76,718 × 7
            #>    state     industry       sex     age      date       value series
            #>                   
            readabs ,Download ABS data cubes,Doing it manually
            Rdot img3Lines of Code : 28dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            payrolls_t4_path <- download_abs_data_cube("weekly-payroll-jobs-and-wages-australia", "004")
            #> File downloaded in /var/folders/_4/ngvkm2811nbd8b_v66wytw1r0000gn/T//Rtmp3viWaA/6160055001_DO004.xlsx
            
            payrolls_t4_path
            #> [1] "/var/folders/_4/n  

            Community Discussions

            QUESTION

            How to remove elements of a .csv file based on another .csv file?
            Asked 2019-Apr-24 at 12:11

            I'm doing a script for kew-word finding in a text (in R language). For now I can only get a .csv (abstract_atomized.csv) list of words atomized and classified according to their frequency. I have another .csv list with the set of common and useless english words (wordlistenglish.csv) that I would like to remove from my first list in order to keep only the relevant elements. I do not know how I could do this effectively on R. Could you help me?

            Thanks.

            ...

            ANSWER

            Answered 2019-Apr-23 at 19:43

            This is the general format you should use, adapted to your actual data structure:

            Source https://stackoverflow.com/questions/55813429

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install readabs

            Install the latest CRAN version of {readabs} with:.
            The ABS (generally) releases time series data in a standard format, which allows read_abs() to download, import and tidy it (see above). But not all ABS data is time series data - the ABS also releases data as ‘data cubes’. These are all formatted in their own, unique way. Unfortunately, because data cubes are all formatted in their own way, there is no one function that can import tidy data cubes for you in the same way that read_abs() works with all time series. But {readabs} still has functions that can help.

            Support

            GitHub issues containing error reports or feature requests are welcome. Please try to make a reprex (a minimal, reproducible example) if possible. Alternatively you can email the package maintainer at mattcowgill at gmail dot com.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link