{"id":13951340,"url":"https://github.com/Appsilon/shinynlq","last_synced_at":"2025-07-20T15:31:25.692Z","repository":{"id":188916854,"uuid":"679655119","full_name":"Appsilon/shinynlq","owner":"Appsilon","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T05:10:45.000Z","size":16,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-09T07:06:17.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Appsilon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-17T10:19:55.000Z","updated_at":"2023-08-28T12:34:40.000Z","dependencies_parsed_at":"2023-12-15T06:27:19.446Z","dependency_job_id":"f3681c78-27ac-45e0-bb55-e471690a212d","html_url":"https://github.com/Appsilon/shinynlq","commit_stats":null,"previous_names":["alexverse/shinynlq","appsilon/shinynlq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinynlq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinynlq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinynlq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinynlq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Appsilon","download_url":"https://codeload.github.com/Appsilon/shinynlq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226809036,"owners_count":17685496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-08T07:00:32.507Z","updated_at":"2024-11-27T19:30:42.349Z","avatar_url":"https://github.com/Appsilon.png","language":"R","funding_links":[],"categories":["UI Components","R"],"sub_categories":["Special Input"],"readme":"# shinynlq\n\nNatural language queries for shiny as a `bslib` [custom component](https://rstudio.github.io/bslib/articles/custom-components/index.html). \n\n- Needs bootstrap v5.\n\nInstall:\n\n```r\nremotes::install_github(\"alexverse/shinynlq\")\n```\n\nExample:\n\n```r\nlibrary(shiny)\nlibrary(shinynlq)\n\nui \u003c- bslib::page(\n  nlq_container(\n    \"My name is\",\n    nlq_input(\"nlq_1\", c(\"Max\", \"Elizabeth\")),\n    \"and picked\",\n    nlq_input(\"nlq_2\", letters)\n  ),\n  textOutput(\"text\")\n)\n\n# Define server logic required to draw a histogram\nserver \u003c- function(input, output) {\n  bslib::bs_themer()\n  output$text \u003c- renderText({\n    paste(input$nlq_1, \"picked\", input$nlq_2)\n  })\n}\n\n# Run the application\nshinyApp(ui = ui, server = server)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppsilon%2Fshinynlq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppsilon%2Fshinynlq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppsilon%2Fshinynlq/lists"}